#B9C582

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

Shades of Pine Glade #B9C582

Tints of Pine Glade #B9C582

Color information

#B9C582 (or 0xB9C582) is unknown color: approx Pine Glade. HEX triplet: B9, C5 and 82. RGB value is (185,197,130). Sum of RGB (Red+Green+Blue) = 185+197+130=512 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.13% from 512); Green value is 197 (77.34% from 255 or 38.48% from 512); Blue value is 130 (51.17% from 255 or 25.39% from 512); Max value from RGB is 197 - color contains mainly: green. Hex color #B9C582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C582 is #463A7D. Grayscale: #BABABA. Windows color (decimal): -4602494 or 8570297. OLE color: 8570297.

HSL color Cylindrical-coordinate representation of color #B9C582: hue angle of 70.75º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B9C582 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB185197130-
CMYK0.0600.340.23
HSL70.75º36.61%64.12%-
HSV(B)70.75º34.01%77.25%-
XYZ4451.8628.81-
YUV185.7796.52127.45-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.13%
GREEN value IS 197 (77.34% from 255) = 38.48%
BLUE value IS 130 (51.17% from 255) = 25.39%
R=36.13%
G=38.48%
B=25.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1851971300.0600.340.2370.7536.6164.12
HexB9C582602217472540
Octal27130520260422710745100
Binary10111001110001011000001011001000101011110001111001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C582; }

 p { color: rgb(185,197,130); }

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

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

 a { background-color: rgb(185,197,130); }

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

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

 span { border-color: rgb(185,197,130); }

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