#BDC489

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

Shades of Pine Glade #BDC489

Tints of Pine Glade #BDC489

Color information

#BDC489 (or 0xBDC489) is unknown color: approx Pine Glade. HEX triplet: BD, C4 and 89. RGB value is (189,196,137). Sum of RGB (Red+Green+Blue) = 189+196+137=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 196 (76.95% from 255 or 37.55% from 522); Blue value is 137 (53.91% from 255 or 26.25% from 522); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC489 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC489 is #423B76. Grayscale: #BBBBBB. Windows color (decimal): -4340599 or 9028797. OLE color: 9028797.

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

Color convert

RGB189196137-
CMYK0.0400.300.23
HSL67.12º33.33%65.29%-
HSV(B)67.12º30.1%76.86%-
XYZ45.2452.131.34-
YUV187.1899.68129.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.21%
GREEN value IS 196 (76.95% from 255) = 37.55%
BLUE value IS 137 (53.91% from 255) = 26.25%
R=36.21%
G=37.55%
B=26.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1891961370.0400.300.2367.1233.3365.29
HexBDC489401E17432141
Octal27530421140362710341101
Binary1011110111000100100010011000111101011110000111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC489; }

 p { color: rgb(189,196,137); }

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

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

 a { background-color: rgb(189,196,137); }

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

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

 span { border-color: rgb(189,196,137); }

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