COLOR #B4CE63

HEX: #B4CE63 RGB: (180,206,99)

Color info

#B4CE63 contains mainly red and green colors. Web safe color of #B4CE63 is #CCCC66 (or #CC6).

RGB color model

#B4CE63 color RGB value is (180,206,99).

RGB: (180,206,99) (71%, 81%, 39%)

RGB channels and saturation

R 180 of 255 = 71%
G 206 of 255 = 81%
B 99 of 255 = 39%

180
206
99

R + G + B ~ 64%. #B4CE63 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 206 + 99 = 485 (100%)
R 180 of 485 ~ 37.11%
G 206 of 485 ~ 42.47%
B 99 of 485 ~ 20.41'%

%37.11
%42.47
%20.41

CMYK color model

#B4CE63 color CMYK value is (13,0,52,19).

  • cyan value is 12.62%
  • magenta value is 0.00%
  • yellow value is 51.94%
  • key color value is 19.22%

CMYK: (13,0,52,19)
C13M0Y52K19 (13%, 0%, 52%, 19%)
(0.13 / 0.00 / 0.52 / 0.19)

CMYK percentages

%12.62
%0
%51.94
%19.22

Codes

Color #B4CE63 in popluar color models

B4 CE 63
RGB 180 206 99
HSL 75° 52.20% 59.80%
HSB/HSV 75° 51.94% 80.78%
CMYK 12.62% 0.00% 51.94%
19.22%

Color #B4CE63 in popluar number systems.

HEX B4 CE 63
Decimal 180 206 99
Binary 10110100 11001110 1100011
Octal 264 316 143

Shades and tints

Shades of #B4CE63

#B4CE63
(180,206,99)
#A4BC5A
(164,188,90)
#94AA51
(148,170,81)
#849848
(132,152,72)
#74863F
(116,134,63)
#647436
(100,116,54)
#54622D
(84,98,45)
#445024
(68,80,36)
#343E1B
(52,62,27)
#242C12
(36,44,18)
#141A09
(20,26,9)
#000000
(0,0,0)

Tints of #B4CE63

#B4CE63
(180,206,99)
#BAD271
(186,210,113)
#C0D67F
(192,214,127)
#C6DA8D
(198,218,141)
#CCDE9B
(204,222,155)
#D2E2A9
(210,226,169)
#D8E6B7
(216,230,183)
#DEEAC5
(222,234,197)
#E4EED3
(228,238,211)
#EAF2E1
(234,242,225)
#F0F6EF
(240,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4CE63 color. Also use rgb(180,206,99) instead hex code.

Text Font Color

.myTextColor { color: #B4CE63; }

<p style="color:#B4CE63">This sample text font color is #B4CE63.</p>

This text font color is #B4CE63.

Background Color

.myBgColor { background-color: #B4CE63; }

<div style="background-color:#B4CE63">Inner text</div>

This div background color is #B4CE63.

Border color

.myBorderColor { border: 1px solid #B4CE63; }

<div style="border:3px solid #B4CE63">Div</div>

This div border color is #B4CE63.

Opacity

.myOpacity80 { color: #B4CE63; opacity: 0.8; }

<p style="color:#B4CE63;opacity:0.8;">80%</p>

Text with #B4CE63 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B4CE63;}

<p style="text-shadow: 3px 3px 1px #B4CE63">Text here.</p>

This text has shadow with #B4CE63 color.


.textShadow {text-shadow: 3px 3px 1px #B4CE63', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B4CE63, 5px 5px 20px red">Text here.</p>

This text has shadow with #B4CE63 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4CE63, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B4CE63, Direction=45, Strength=4)">Text</p>

This text has shadow with #B4CE63 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B4CE63;
-webkit-box-shadow: 1px 1px 3px 2px #B4CE63;
box-shadow: 1px 1px 3px 2px #B4CE63;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B4CE63; -webkit-box-shadow: 1px 1px 3px 2px #B4CE63; box-shadow:1px 1px 3px 2px #B4CE63;">
Div content here
</div>

This div box has shadow with color #B4CE63.

Preview

Color preview on black background

This text has color #B4CE63 on black background.


Color preview on white background

This text has color #B4CE63 on white background.


Black color preview on #B4CE63 background

This text has black color on #B4CE63 background.


White color preview on #B4CE63 background

This text has white color on #B4CE63 background.


Related colors

Complementary color

Complementary color for #hex is #4B319C.


I love getcolorcode.com

Triadic colors

1 #63B4CE and #CE63B4 with #B4CE63 are triadic colors.

2 #63CEB4 and #CEB463 with #B4CE63 are triadic colors.