#BCCB76

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

Shades of Pine Glade #BCCB76

Tints of Pine Glade #BCCB76

Color information

#BCCB76 (or 0xBCCB76) is unknown color: approx Pine Glade. HEX triplet: BC, CB and 76. RGB value is (188,203,118). Sum of RGB (Red+Green+Blue) = 188+203+118=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 203 (79.69% from 255 or 39.88% from 509); Blue value is 118 (46.48% from 255 or 23.18% from 509); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCB76 is #433489. Grayscale: #BDBDBD. Windows color (decimal): -4404362 or 7785404. OLE color: 7785404.

HSL color Cylindrical-coordinate representation of color #BCCB76: hue angle of 70.59º degrees, saturation: 0.45, 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 #BCCB76 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB188203118-
CMYK0.0700.420.20
HSL70.59º44.97%62.94%-
HSV(B)70.59º41.87%79.61%-
XYZ45.3654.7125.31-
YUV188.8288.03127.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.94%
GREEN value IS 203 (79.69% from 255) = 39.88%
BLUE value IS 118 (46.48% from 255) = 23.18%
R=36.94%
G=39.88%
B=23.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1882031180.0700.420.2070.5944.9762.94
HexBCCB76702A14472d3f
Octal2743131667052241075577
Binary101111001100101111101101110101010101001000111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCB76; }

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

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

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

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

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

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

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

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