#BBBB80

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

Shades of Pine Glade #BBBB80

Tints of Pine Glade #BBBB80

Color information

#BBBB80 (or 0xBBBB80) is unknown color: approx Pine Glade. HEX triplet: BB, BB and 80. RGB value is (187,187,128). Sum of RGB (Red+Green+Blue) = 187+187+128=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 187 (73.44% from 255 or 37.25% from 502); Blue value is 128 (50.39% from 255 or 25.50% from 502); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBB80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBB80 is #44447F. Grayscale: #B4B4B4. Windows color (decimal): -4473984 or 8436667. OLE color: 8436667.

HSL color Cylindrical-coordinate representation of color #BBBB80: hue angle of 60º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBBB80 is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB187187128-
CMYK000.320.27
HSL60º30.26%61.76%-
HSV(B)60º31.55%73.33%-
XYZ42.1647.6627.4-
YUV180.2798.5132.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.25%
GREEN value IS 187 (73.44% from 255) = 37.25%
BLUE value IS 128 (50.39% from 255) = 25.50%
R=37.25%
G=37.25%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187187128000.320.276030.2661.76
HexBBBB8000201B3c1e3e
Octal273273200004033743676
Binary101110111011101110000000001000001101111110011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBB80; }

 p { color: rgb(187,187,128); }

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

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

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

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

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

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

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