#BDC987

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

Shades of Pine Glade #BDC987

Tints of Pine Glade #BDC987

Color information

#BDC987 (or 0xBDC987) is unknown color: approx Pine Glade. HEX triplet: BD, C9 and 87. RGB value is (189,201,135). Sum of RGB (Red+Green+Blue) = 189+201+135=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 201 (78.91% from 255 or 38.29% from 525); Blue value is 135 (53.12% from 255 or 25.71% from 525); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC987 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC987 is #423678. Grayscale: #BEBEBE. Windows color (decimal): -4339321 or 8899005. OLE color: 8899005.

HSL color Cylindrical-coordinate representation of color #BDC987: hue angle of 70.91º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDC987 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB189201135-
CMYK0.0600.330.21
HSL70.91º37.93%65.88%-
HSV(B)70.91º32.84%78.82%-
XYZ46.2554.3430.97-
YUV189.8997.02127.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36%
GREEN value IS 201 (78.91% from 255) = 38.29%
BLUE value IS 135 (53.12% from 255) = 25.71%
R=36%
G=38.29%
B=25.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1892011350.0600.330.2170.9137.9365.88
HexBDC987602115472642
Octal27531120760412510746102
Binary10111101110010011000011111001000011010110001111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC987; }

 p { color: rgb(189,201,135); }

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

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

 a { background-color: rgb(189,201,135); }

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

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

 span { border-color: rgb(189,201,135); }

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