#BDCD76

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

Shades of Pine Glade #BDCD76

Tints of Pine Glade #BDCD76

Color information

#BDCD76 (or 0xBDCD76) is unknown color: approx Pine Glade. HEX triplet: BD, CD and 76. RGB value is (189,205,118). Sum of RGB (Red+Green+Blue) = 189+205+118=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 118 (46.48% from 255 or 23.05% from 512); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCD76 is #423289. Grayscale: #BEBEBE. Windows color (decimal): -4338314 or 7785917. OLE color: 7785917.

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

Color convert

RGB189205118-
CMYK0.0800.420.20
HSL71.03º46.52%63.33%-
HSV(B)71.03º42.44%80.39%-
XYZ46.0955.7925.48-
YUV190.387.2127.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.91%
GREEN value IS 205 (80.47% from 255) = 40.04%
BLUE value IS 118 (46.48% from 255) = 23.05%
R=36.91%
G=40.04%
B=23.05%

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
Decimal1892051180.0800.420.2071.0346.5263.33
HexBDCD76802A14472f3f
Octal27531516610052241075777
Binary1011110111001101111011010000101010101001000111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCD76; }

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

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

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

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

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

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

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

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