#BDCB76

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

Shades of Pine Glade #BDCB76

Tints of Pine Glade #BDCB76

Color information

#BDCB76 (or 0xBDCB76) is unknown color: approx Pine Glade. HEX triplet: BD, CB and 76. RGB value is (189,203,118). Sum of RGB (Red+Green+Blue) = 189+203+118=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 203 (79.69% from 255 or 39.80% from 510); Blue value is 118 (46.48% from 255 or 23.14% from 510); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCB76 is #423489. Grayscale: #BDBDBD. Windows color (decimal): -4338826 or 7785405. OLE color: 7785405.

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

Color convert

RGB189203118-
CMYK0.0700.420.20
HSL69.88º44.97%62.94%-
HSV(B)69.88º41.87%79.61%-
XYZ45.6154.8425.32-
YUV189.1287.86127.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.06%
GREEN value IS 203 (79.69% from 255) = 39.80%
BLUE value IS 118 (46.48% from 255) = 23.14%
R=37.06%
G=39.80%
B=23.14%

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
Decimal1892031180.0700.420.2069.8844.9762.94
HexBDCB76702A14462d3f
Octal2753131667052241065577
Binary101111011100101111101101110101010101001000110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCB76; }

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

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

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

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

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

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

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

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