#B9C080

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

Shades of Pine Glade #B9C080

Tints of Pine Glade #B9C080

Color information

#B9C080 (or 0xB9C080) is unknown color: approx Pine Glade. HEX triplet: B9, C0 and 80. RGB value is (185,192,128). Sum of RGB (Red+Green+Blue) = 185+192+128=505 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.63% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 128 (50.39% from 255 or 25.35% from 505); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C080 is #463F7F. Grayscale: #B6B6B6. Windows color (decimal): -4603776 or 8437945. OLE color: 8437945.

HSL color Cylindrical-coordinate representation of color #B9C080: hue angle of 66.56º degrees, saturation: 0.34, 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 #B9C080 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB185192128-
CMYK0.0400.330.25
HSL66.56º33.68%62.75%-
HSV(B)66.56º33.33%75.29%-
XYZ42.7549.5727.74-
YUV182.6197.18129.7-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.63%
GREEN value IS 192 (75.39% from 255) = 38.02%
BLUE value IS 128 (50.39% from 255) = 25.35%
R=36.63%
G=38.02%
B=25.35%

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
Decimal1851921280.0400.330.2566.5633.6862.75
HexB9C08040211943223f
Octal2713002004041311034277
Binary1011100111000000100000001000100001110011000011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C080; }

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

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

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

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

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

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

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

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