#BDC889

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

Shades of Pine Glade #BDC889

Tints of Pine Glade #BDC889

Color information

#BDC889 (or 0xBDC889) is unknown color: approx Pine Glade. HEX triplet: BD, C8 and 89. RGB value is (189,200,137). Sum of RGB (Red+Green+Blue) = 189+200+137=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 200 (78.52% from 255 or 38.02% from 526); Blue value is 137 (53.91% from 255 or 26.05% from 526); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC889 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC889 is #423776. Grayscale: #BDBDBD. Windows color (decimal): -4339575 or 9029821. OLE color: 9029821.

HSL color Cylindrical-coordinate representation of color #BDC889: hue angle of 70.48º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDC889 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB189200137-
CMYK0.0600.320.22
HSL70.48º36.42%66.08%-
HSV(B)70.48º31.5%78.43%-
XYZ46.1653.9331.64-
YUV189.5398.36127.62-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.93%
GREEN value IS 200 (78.52% from 255) = 38.02%
BLUE value IS 137 (53.91% from 255) = 26.05%
R=35.93%
G=38.02%
B=26.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1892001370.0600.320.2270.4836.4266.08
HexBDC889602016462442
Octal27531021160402610644102
Binary10111101110010001000100111001000001011010001101001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC889; }

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

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

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

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

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

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

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

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