#B9C081

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

Shades of Pine Glade #B9C081

Tints of Pine Glade #B9C081

Color information

#B9C081 (or 0xB9C081) is unknown color: approx Pine Glade. HEX triplet: B9, C0 and 81. RGB value is (185,192,129). Sum of RGB (Red+Green+Blue) = 185+192+129=506 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.56% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 129 (50.78% from 255 or 25.49% from 506); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C081 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C081 is #463F7E. Grayscale: #B6B6B6. Windows color (decimal): -4603775 or 8503481. OLE color: 8503481.

HSL color Cylindrical-coordinate representation of color #B9C081: hue angle of 66.67º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B9C081 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB185192129-
CMYK0.0400.330.25
HSL66.67º33.33%62.94%-
HSV(B)66.67º32.81%75.29%-
XYZ42.8249.628.09-
YUV182.7297.68129.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.56%
GREEN value IS 192 (75.39% from 255) = 37.94%
BLUE value IS 129 (50.78% from 255) = 25.49%
R=36.56%
G=37.94%
B=25.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851921290.0400.330.2566.6733.3362.94
HexB9C08140211943213f
Octal2713002014041311034177
Binary1011100111000000100000011000100001110011000011100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C081; }

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

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

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

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

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

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

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

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