#BDC289

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

Shades of Pine Glade #BDC289

Tints of Pine Glade #BDC289

Color information

#BDC289 (or 0xBDC289) is unknown color: approx Pine Glade. HEX triplet: BD, C2 and 89. RGB value is (189,194,137). Sum of RGB (Red+Green+Blue) = 189+194+137=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 194 (76.17% from 255 or 37.31% from 520); Blue value is 137 (53.91% from 255 or 26.35% from 520); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC289 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC289 is #423D76. Grayscale: #BABABA. Windows color (decimal): -4341111 or 9028285. OLE color: 9028285.

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

Color convert

RGB189194137-
CMYK0.0300.290.24
HSL65.26º31.84%64.9%-
HSV(B)65.26º29.38%76.08%-
XYZ44.7951.2131.19-
YUV186.01100.34130.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.35%
GREEN value IS 194 (76.17% from 255) = 37.31%
BLUE value IS 137 (53.91% from 255) = 26.35%
R=36.35%
G=37.31%
B=26.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891941370.0300.290.2465.2631.8464.9
HexBDC289301D18412041
Octal27530221130353010140101
Binary101111011100001010001001110111011100010000011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC289; }

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

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

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

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

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

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

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

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