#BDC189

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

Shades of Pine Glade #BDC189

Tints of Pine Glade #BDC189

Color information

#BDC189 (or 0xBDC189) is unknown color: approx Pine Glade. HEX triplet: BD, C1 and 89. RGB value is (189,193,137). Sum of RGB (Red+Green+Blue) = 189+193+137=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 193 (75.78% from 255 or 37.19% from 519); Blue value is 137 (53.91% from 255 or 26.40% from 519); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC189 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC189 is #423E76. Grayscale: #B9B9B9. Windows color (decimal): -4341367 or 9028029. OLE color: 9028029.

HSL color Cylindrical-coordinate representation of color #BDC189: hue angle of 64.29º degrees, saturation: 0.31, 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 #BDC189 is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB189193137-
CMYK0.0200.290.24
HSL64.29º31.11%64.71%-
HSV(B)64.29º29.02%75.69%-
XYZ44.5750.7631.12-
YUV185.42100.67130.55-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.42%
GREEN value IS 193 (75.78% from 255) = 37.19%
BLUE value IS 137 (53.91% from 255) = 26.40%
R=36.42%
G=37.19%
B=26.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891931370.0200.290.2464.2931.1164.71
HexBDC189201D18401f41
Octal27530121120353010037101
Binary10111101110000011000100110011101110001000000111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC189; }

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

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

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

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

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

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

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

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