#B5BB80

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

Shades of Pine Glade #B5BB80

Tints of Pine Glade #B5BB80

Color information

#B5BB80 (or 0xB5BB80) is unknown color: approx Pine Glade. HEX triplet: B5, BB and 80. RGB value is (181,187,128). Sum of RGB (Red+Green+Blue) = 181+187+128=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 187 (73.44% from 255 or 37.70% from 496); Blue value is 128 (50.39% from 255 or 25.81% from 496); Max value from RGB is 187 - color contains mainly: green. Hex color #B5BB80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BB80 is #4A447F. Grayscale: #B2B2B2. Windows color (decimal): -4867200 or 8436661. OLE color: 8436661.

HSL color Cylindrical-coordinate representation of color #B5BB80: hue angle of 66.1º 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 #B5BB80 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB181187128-
CMYK0.0300.320.27
HSL66.1º30.26%61.76%-
HSV(B)66.1º31.55%73.33%-
XYZ40.7246.9227.33-
YUV178.4899.51129.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.49%
GREEN value IS 187 (73.44% from 255) = 37.70%
BLUE value IS 128 (50.39% from 255) = 25.81%
R=36.49%
G=37.70%
B=25.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811871280.0300.320.2766.130.2661.76
HexB5BB8030201B421e3e
Octal2652732003040331023676
Binary10110101101110111000000011010000011011100001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BB80; }

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

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

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

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

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

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

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

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