Shades of Caper #B2BF90
Tints of Caper #B2BF90
RGB
CMYK
RGB Variations
Color information
#B2BF90 (or 0xB2BF90) is known color: Caper. HEX triplet: B2, BF and 90. RGB value is (178,191,144). Sum of RGB (Red+Green+Blue) = 178+191+144=513 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.70% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 144 (56.64% from 255 or 28.07% from 513); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BF90 is #4D406F. Grayscale: #B5B5B5. Windows color (decimal): -5062768 or 9486258. OLE color: 9486258.
HSL color Cylindrical-coordinate representation of color #B2BF90: hue angle of 76.6º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2BF90 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 191 | 144 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.25 |
| HSL | 76.6º | 0.27% | 0.66% | - |
| HSV(B) | 76.6º | 0.25% | 0.75% | - |
| XYZ | 42.02 | 48.74 | 33.58 | - |
| YUV | 181.76 | 106.69 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 191 | 144 | 0.07 | 0 | 0.25 | 0.25 | 76.6 | 0.27 | 0.66 |
| Hex | B2 | BF | 90 | 7 | 0 | 19 | 19 | 4D | 1B | 42 |
| Octal | 262 | 277 | 220 | 7 | 0 | 31 | 31 | 115 | 33 | 102 |
| Binary | 10110010 | 10111111 | 10010000 | 111 | 0 | 11001 | 11001 | 1001101 | 11011 | 1000010 |
Color Harmonies of #B2BF90
Complementary color
Monochromatic Colors of #B2BF90
Black with #B2BF90
Text Example
Text Example
White with #B2BF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BF90; }
p { color: rgb(178,191,144); }
H1.HeaderClassName
{
color: #B2BF90;
}
.AnyTagClassName
{
color: #B2BF90;
}
</style>
background-color css
<style>
a { background-color: #B2BF90; }
a { background-color: rgb(178,191,144); }
div.DivClassName
{
background-color: #B2BF90;
}
.BgClassName
{
background-color: #B2BF90;
}
</style>
border-color css
<style>
span { border-color: #B2BF90; }
span { border-color: rgb(178,191,144); }
td.TdClassName
{
border-color: #B2BF90;
}
.TagClassName
{
border-color: #B2BF90;
}
</style>