#BDC876

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

Shades of Pine Glade #BDC876

Tints of Pine Glade #BDC876

Color information

#BDC876 (or 0xBDC876) is unknown color: approx Pine Glade. HEX triplet: BD, C8 and 76. RGB value is (189,200,118). Sum of RGB (Red+Green+Blue) = 189+200+118=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 200 (78.52% from 255 or 39.45% from 507); Blue value is 118 (46.48% from 255 or 23.27% from 507); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC876 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC876 is #423789. Grayscale: #BBBBBB. Windows color (decimal): -4339594 or 7784637. OLE color: 7784637.

HSL color Cylindrical-coordinate representation of color #BDC876: hue angle of 68.05º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDC876 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB189200118-
CMYK0.0600.410.22
HSL68.05º42.71%62.35%-
HSV(B)68.05º41%78.43%-
XYZ44.9153.4425.09-
YUV187.3688.86129.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.28%
GREEN value IS 200 (78.52% from 255) = 39.45%
BLUE value IS 118 (46.48% from 255) = 23.27%
R=37.28%
G=39.45%
B=23.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1892001180.0600.410.2268.0542.7162.35
HexBDC876602916442b3e
Octal2753101666051261045376
Binary101111011100100011101101100101001101101000100101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC876; }

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

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

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

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

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

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

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

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