#BDC387

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

Shades of Pine Glade #BDC387

Tints of Pine Glade #BDC387

Color information

#BDC387 (or 0xBDC387) is unknown color: approx Pine Glade. HEX triplet: BD, C3 and 87. RGB value is (189,195,135). Sum of RGB (Red+Green+Blue) = 189+195+135=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 195 (76.56% from 255 or 37.57% from 519); Blue value is 135 (53.12% from 255 or 26.01% from 519); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC387 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC387 is #423C78. Grayscale: #BABABA. Windows color (decimal): -4340857 or 8897469. OLE color: 8897469.

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

Color convert

RGB189195135-
CMYK0.0300.310.24
HSL66º33.33%64.71%-
HSV(B)66º30.77%76.47%-
XYZ44.8751.630.52-
YUV186.3799.01129.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.42%
GREEN value IS 195 (76.56% from 255) = 37.57%
BLUE value IS 135 (53.12% from 255) = 26.01%
R=36.42%
G=37.57%
B=26.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891951350.0300.310.246633.3364.71
HexBDC387301F18422141
Octal27530320730373010241101
Binary101111011100001110000111110111111100010000101000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC387; }

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

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

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

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

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

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

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

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