Shades of Caper #B2BB83
Tints of Caper #B2BB83
RGB
CMYK
RGB Variations
Color information
#B2BB83 (or 0xB2BB83) is known color: Caper. HEX triplet: B2, BB and 83. RGB value is (178,187,131). Sum of RGB (Red+Green+Blue) = 178+187+131=496 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.89% from 496); Green value is 187 (73.44% from 255 or 37.70% from 496); Blue value is 131 (51.56% from 255 or 26.41% from 496); Max value from RGB is 187 - color contains mainly: green. Hex color #B2BB83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BB83 is #4D447C. Grayscale: #B2B2B2. Windows color (decimal): -5063805 or 8633266. OLE color: 8633266.
HSL color Cylindrical-coordinate representation of color #B2BB83: hue angle of 69.64º 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 #B2BB83 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 187 | 131 | - |
| CMYK | 0.05 | 0 | 0.30 | 0.27 |
| HSL | 69.64º | 0.29% | 0.62% | - |
| HSV(B) | 69.64º | 0.3% | 0.73% | - |
| XYZ | 40.23 | 46.64 | 28.36 | - |
| YUV | 177.93 | 101.52 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 187 | 131 | 0.05 | 0 | 0.30 | 0.27 | 69.64 | 0.29 | 0.62 |
| Hex | B2 | BB | 83 | 5 | 0 | 1E | 1B | 46 | 1D | 3E |
| Octal | 262 | 273 | 203 | 5 | 0 | 36 | 33 | 106 | 35 | 76 |
| Binary | 10110010 | 10111011 | 10000011 | 101 | 0 | 11110 | 11011 | 1000110 | 11101 | 111110 |
Color Harmonies of #B2BB83
Complementary color
Monochromatic Colors of #B2BB83
Black with #B2BB83
Text Example
Text Example
White with #B2BB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BB83; }
p { color: rgb(178,187,131); }
H1.HeaderClassName
{
color: #B2BB83;
}
.AnyTagClassName
{
color: #B2BB83;
}
</style>
background-color css
<style>
a { background-color: #B2BB83; }
a { background-color: rgb(178,187,131); }
div.DivClassName
{
background-color: #B2BB83;
}
.BgClassName
{
background-color: #B2BB83;
}
</style>
border-color css
<style>
span { border-color: #B2BB83; }
span { border-color: rgb(178,187,131); }
td.TdClassName
{
border-color: #B2BB83;
}
.TagClassName
{
border-color: #B2BB83;
}
</style>