Shades of Caper #B5CB8A
Tints of Caper #B5CB8A
RGB
CMYK
RGB Variations
Color information
#B5CB8A (or 0xB5CB8A) is known color: Caper. HEX triplet: B5, CB and 8A. RGB value is (181,203,138). Sum of RGB (Red+Green+Blue) = 181+203+138=522 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.67% from 522); Green value is 203 (79.69% from 255 or 38.89% from 522); Blue value is 138 (54.30% from 255 or 26.44% from 522); Max value from RGB is 203 - color contains mainly: green. Hex color #B5CB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CB8A is #4A3475. Grayscale: #BDBDBD. Windows color (decimal): -4863094 or 9096117. OLE color: 9096117.
HSL color Cylindrical-coordinate representation of color #B5CB8A: hue angle of 80.31º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B5CB8A is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 203 | 138 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.20 |
| HSL | 80.31º | 0.38% | 0.67% | - |
| HSV(B) | 80.31º | 0.32% | 0.8% | - |
| XYZ | 45 | 54.37 | 32.17 | - |
| YUV | 189.01 | 99.21 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 203 | 138 | 0.11 | 0 | 0.32 | 0.20 | 80.31 | 0.38 | 0.67 |
| Hex | B5 | CB | 8A | B | 0 | 20 | 14 | 50 | 26 | 43 |
| Octal | 265 | 313 | 212 | 13 | 0 | 40 | 24 | 120 | 46 | 103 |
| Binary | 10110101 | 11001011 | 10001010 | 1011 | 0 | 100000 | 10100 | 1010000 | 100110 | 1000011 |
Color Harmonies of #B5CB8A
Complementary color
Monochromatic Colors of #B5CB8A
Black with #B5CB8A
Text Example
Text Example
White with #B5CB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CB8A; }
p { color: rgb(181,203,138); }
H1.HeaderClassName
{
color: #B5CB8A;
}
.AnyTagClassName
{
color: #B5CB8A;
}
</style>
background-color css
<style>
a { background-color: #B5CB8A; }
a { background-color: rgb(181,203,138); }
div.DivClassName
{
background-color: #B5CB8A;
}
.BgClassName
{
background-color: #B5CB8A;
}
</style>
border-color css
<style>
span { border-color: #B5CB8A; }
span { border-color: rgb(181,203,138); }
td.TdClassName
{
border-color: #B5CB8A;
}
.TagClassName
{
border-color: #B5CB8A;
}
</style>