#BDC879

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

Shades of Pine Glade #BDC879

Tints of Pine Glade #BDC879

Color information

#BDC879 (or 0xBDC879) is unknown color: approx Pine Glade. HEX triplet: BD, C8 and 79. RGB value is (189,200,121). Sum of RGB (Red+Green+Blue) = 189+200+121=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 200 (78.52% from 255 or 39.22% from 510); Blue value is 121 (47.66% from 255 or 23.73% from 510); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC879 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC879 is #423786. Grayscale: #BCBCBC. Windows color (decimal): -4339591 or 7981245. OLE color: 7981245.

HSL color Cylindrical-coordinate representation of color #BDC879: hue angle of 68.35º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDC879 is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB189200121-
CMYK0.0600.390.22
HSL68.35º41.8%62.94%-
HSV(B)68.35º39.5%78.43%-
XYZ45.0953.5126.04-
YUV187.790.36128.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.06%
GREEN value IS 200 (78.52% from 255) = 39.22%
BLUE value IS 121 (47.66% from 255) = 23.73%
R=37.06%
G=39.22%
B=23.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1892001210.0600.390.2268.3541.862.94
HexBDC879602716442a3f
Octal2753101716047261045277
Binary101111011100100011110011100100111101101000100101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC879; }

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

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

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

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

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

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

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

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