#BDC576

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

Shades of Pine Glade #BDC576

Tints of Pine Glade #BDC576

Color information

#BDC576 (or 0xBDC576) is unknown color: approx Pine Glade. HEX triplet: BD, C5 and 76. RGB value is (189,197,118). Sum of RGB (Red+Green+Blue) = 189+197+118=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 197 (77.34% from 255 or 39.09% from 504); Blue value is 118 (46.48% from 255 or 23.41% from 504); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC576 is #423A89. Grayscale: #B9B9B9. Windows color (decimal): -4340362 or 7783869. OLE color: 7783869.

HSL color Cylindrical-coordinate representation of color #BDC576: hue angle of 66.08º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDC576 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB189197118-
CMYK0.0400.400.23
HSL66.08º40.51%61.76%-
HSV(B)66.08º40.1%77.25%-
XYZ44.2252.0624.86-
YUV185.689.85130.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.5%
GREEN value IS 197 (77.34% from 255) = 39.09%
BLUE value IS 118 (46.48% from 255) = 23.41%
R=37.5%
G=39.09%
B=23.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1891971180.0400.400.2366.0840.5161.76
HexBDC57640281742293e
Octal2753051664050271025176
Binary101111011100010111101101000101000101111000010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC576; }

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

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

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

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

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

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

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

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