#BDCD80

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

Shades of Pine Glade #BDCD80

Tints of Pine Glade #BDCD80

Color information

#BDCD80 (or 0xBDCD80) is unknown color: approx Pine Glade. HEX triplet: BD, CD and 80. RGB value is (189,205,128). Sum of RGB (Red+Green+Blue) = 189+205+128=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 205 (80.47% from 255 or 39.27% from 522); Blue value is 128 (50.39% from 255 or 24.52% from 522); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCD80 is #42327F. Grayscale: #BFBFBF. Windows color (decimal): -4338304 or 8441277. OLE color: 8441277.

HSL color Cylindrical-coordinate representation of color #BDCD80: hue angle of 72.47º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDCD80 is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB189205128-
CMYK0.0800.380.20
HSL72.47º43.5%65.29%-
HSV(B)72.47º37.56%80.39%-
XYZ46.7156.0428.78-
YUV191.4492.2126.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.21%
GREEN value IS 205 (80.47% from 255) = 39.27%
BLUE value IS 128 (50.39% from 255) = 24.52%
R=36.21%
G=39.27%
B=24.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1892051280.0800.380.2072.4743.565.29
HexBDCD80802614482c41
Octal275315200100462411054101
Binary101111011100110110000000100001001101010010010001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCD80; }

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

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

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

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

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

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

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

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