#BBBD80

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

Shades of Pine Glade #BBBD80

Tints of Pine Glade #BBBD80

Color information

#BBBD80 (or 0xBBBD80) is unknown color: approx Pine Glade. HEX triplet: BB, BD and 80. RGB value is (187,189,128). Sum of RGB (Red+Green+Blue) = 187+189+128=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 128 (50.39% from 255 or 25.40% from 504); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBD80 is #44427F. Grayscale: #B5B5B5. Windows color (decimal): -4473472 or 8437179. OLE color: 8437179.

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

Color convert

RGB187189128-
CMYK0.0100.320.26
HSL61.97º31.61%62.16%-
HSV(B)61.97º32.28%74.12%-
XYZ42.5948.5227.54-
YUV181.4597.84131.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.10%
GREEN value IS 189 (74.22% from 255) = 37.5%
BLUE value IS 128 (50.39% from 255) = 25.40%
R=37.10%
G=37.5%
B=25.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871891280.0100.320.2661.9731.6162.16
HexBBBD8010201A3e203e
Octal273275200104032764076
Binary1011101110111101100000001010000011010111110100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBD80; }

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

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

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

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

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

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

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

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