#BDC789

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

Shades of Pine Glade #BDC789

Tints of Pine Glade #BDC789

Color information

#BDC789 (or 0xBDC789) is unknown color: approx Pine Glade. HEX triplet: BD, C7 and 89. RGB value is (189,199,137). Sum of RGB (Red+Green+Blue) = 189+199+137=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 199 (78.12% from 255 or 37.90% from 525); Blue value is 137 (53.91% from 255 or 26.10% from 525); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC789 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC789 is #423876. Grayscale: #BDBDBD. Windows color (decimal): -4339831 or 9029565. OLE color: 9029565.

HSL color Cylindrical-coordinate representation of color #BDC789: hue angle of 69.68º 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 #BDC789 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB189199137-
CMYK0.0500.310.22
HSL69.68º35.63%65.88%-
HSV(B)69.68º31.16%78.04%-
XYZ45.9353.4731.57-
YUV188.9498.69128.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36%
GREEN value IS 199 (78.12% from 255) = 37.90%
BLUE value IS 137 (53.91% from 255) = 26.10%
R=36%
G=37.90%
B=26.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1891991370.0500.310.2269.6835.6365.88
HexBDC789501F16462442
Octal27530721150372610644102
Binary1011110111000111100010011010111111011010001101001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC789; }

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

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

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

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

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

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

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

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