#BCCD76

Color #BCCD76 Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #BCCD76

Tints of Pine Glade #BCCD76

Color information

#BCCD76 (or 0xBCCD76) is unknown color: approx Pine Glade. HEX triplet: BC, CD and 76. RGB value is (188,205,118). Sum of RGB (Red+Green+Blue) = 188+205+118=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 205 (80.47% from 255 or 40.12% from 511); Blue value is 118 (46.48% from 255 or 23.09% from 511); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCD76 is #433289. Grayscale: #BEBEBE. Windows color (decimal): -4403850 or 7785916. OLE color: 7785916.

HSL color Cylindrical-coordinate representation of color #BCCD76: hue angle of 71.72º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BCCD76 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB188205118-
CMYK0.0800.420.20
HSL71.72º46.52%63.33%-
HSV(B)71.72º42.44%80.39%-
XYZ45.8455.6625.47-
YUV19087.37126.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 36.79%
GREEN value IS 205 (80.47% from 255) = 40.12%
BLUE value IS 118 (46.48% from 255) = 23.09%
R=36.79%
G=40.12%
B=23.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1882051180.0800.420.2071.7246.5263.33
HexBCCD76802A14482f3f
Octal27431516610052241105777
Binary1011110011001101111011010000101010101001001000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCD76; }

 p { color: rgb(188,205,118); }

 H1.HeaderClassName
 {
   color: #BCCD76;
 }
 .AnyTagClassName
 {
   color: #BCCD76;
 }
</style>
background-color css

<style>
 a { background-color: #BCCD76; }

 a { background-color: rgb(188,205,118); }

 div.DivClassName
 {
   background-color: #BCCD76;
 }
 .BgClassName
 {
   background-color: #BCCD76;
 }
</style>
border-color css

<style>
 span { border-color: #BCCD76; }

 span { border-color: rgb(188,205,118); }

 td.TdClassName
 {
   border-color: #BCCD76;
 }
 .TagClassName
 {
   border-color: #BCCD76;
 }
</style>