#BDC287

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

Shades of Pine Glade #BDC287

Tints of Pine Glade #BDC287

Color information

#BDC287 (or 0xBDC287) is unknown color: approx Pine Glade. HEX triplet: BD, C2 and 87. RGB value is (189,194,135). Sum of RGB (Red+Green+Blue) = 189+194+135=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 194 (76.17% from 255 or 37.45% from 518); Blue value is 135 (53.12% from 255 or 26.06% from 518); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC287 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC287 is #423D78. Grayscale: #BABABA. Windows color (decimal): -4341113 or 8897213. OLE color: 8897213.

HSL color Cylindrical-coordinate representation of color #BDC287: hue angle of 65.08º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDC287 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB189194135-
CMYK0.0300.300.24
HSL65.08º32.6%64.51%-
HSV(B)65.08º30.41%76.08%-
XYZ44.6551.1530.44-
YUV185.7899.34130.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.49%
GREEN value IS 194 (76.17% from 255) = 37.45%
BLUE value IS 135 (53.12% from 255) = 26.06%
R=36.49%
G=37.45%
B=26.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891941350.0300.300.2465.0832.664.51
HexBDC287301E18412141
Octal27530220730363010141101
Binary101111011100001010000111110111101100010000011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC287; }

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

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

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

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

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

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

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

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