Shades of Pine Glade #B5BB83
Tints of Pine Glade #B5BB83
RGB
CMYK
RGB Variations
Color information
#B5BB83 (or 0xB5BB83) is known color: Pine Glade. HEX triplet: B5, BB and 83. RGB value is (181,187,131). Sum of RGB (Red+Green+Blue) = 181+187+131=499 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.27% from 499); Green value is 187 (73.44% from 255 or 37.47% from 499); Blue value is 131 (51.56% from 255 or 26.25% from 499); Max value from RGB is 187 - color contains mainly: green. Hex color #B5BB83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BB83 is #4A447C. Grayscale: #B3B3B3. Windows color (decimal): -4867197 or 8633269. OLE color: 8633269.
HSL color Cylindrical-coordinate representation of color #B5BB83: hue angle of 66.43º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B5BB83 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 187 | 131 | - |
| CMYK | 0.03 | 0 | 0.30 | 0.27 |
| HSL | 66.43º | 0.29% | 0.62% | - |
| HSV(B) | 66.43º | 0.3% | 0.73% | - |
| XYZ | 40.92 | 47 | 28.39 | - |
| YUV | 178.82 | 101.01 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 187 | 131 | 0.03 | 0 | 0.30 | 0.27 | 66.43 | 0.29 | 0.62 |
| Hex | B5 | BB | 83 | 3 | 0 | 1E | 1B | 42 | 1D | 3E |
| Octal | 265 | 273 | 203 | 3 | 0 | 36 | 33 | 102 | 35 | 76 |
| Binary | 10110101 | 10111011 | 10000011 | 11 | 0 | 11110 | 11011 | 1000010 | 11101 | 111110 |
Color Harmonies of #B5BB83
Complementary color
Monochromatic Colors of #B5BB83
Black with #B5BB83
Text Example
Text Example
White with #B5BB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BB83; }
p { color: rgb(181,187,131); }
H1.HeaderClassName
{
color: #B5BB83;
}
.AnyTagClassName
{
color: #B5BB83;
}
</style>
background-color css
<style>
a { background-color: #B5BB83; }
a { background-color: rgb(181,187,131); }
div.DivClassName
{
background-color: #B5BB83;
}
.BgClassName
{
background-color: #B5BB83;
}
</style>
border-color css
<style>
span { border-color: #B5BB83; }
span { border-color: rgb(181,187,131); }
td.TdClassName
{
border-color: #B5BB83;
}
.TagClassName
{
border-color: #B5BB83;
}
</style>