#B9C481

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

Shades of Pine Glade #B9C481

Tints of Pine Glade #B9C481

Color information

#B9C481 (or 0xB9C481) is unknown color: approx Pine Glade. HEX triplet: B9, C4 and 81. RGB value is (185,196,129). Sum of RGB (Red+Green+Blue) = 185+196+129=510 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.27% from 510); Green value is 196 (76.95% from 255 or 38.43% from 510); Blue value is 129 (50.78% from 255 or 25.29% from 510); Max value from RGB is 196 - color contains mainly: green. Hex color #B9C481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C481 is #463B7E. Grayscale: #B9B9B9. Windows color (decimal): -4602751 or 8504505. OLE color: 8504505.

HSL color Cylindrical-coordinate representation of color #B9C481: hue angle of 69.85º degrees, saturation: 0.36, 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 #B9C481 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB185196129-
CMYK0.0600.340.23
HSL69.85º36.22%63.73%-
HSV(B)69.85º34.18%76.86%-
XYZ43.7151.3828.38-
YUV185.0796.36127.95-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.27%
GREEN value IS 196 (76.95% from 255) = 38.43%
BLUE value IS 129 (50.78% from 255) = 25.29%
R=36.27%
G=38.43%
B=25.29%

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
Decimal1851961290.0600.340.2369.8536.2263.73
HexB9C481602217462440
Octal27130420160422710644100
Binary10111001110001001000000111001000101011110001101001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C481; }

 p { color: rgb(185,196,129); }

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

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

 a { background-color: rgb(185,196,129); }

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

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

 span { border-color: rgb(185,196,129); }

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