Shades of Caper #B8CB75
Tints of Caper #B8CB75
RGB
CMYK
RGB Variations
Color information
#B8CB75 (or 0xB8CB75) is known color: Caper. HEX triplet: B8, CB and 75. RGB value is (184,203,117). Sum of RGB (Red+Green+Blue) = 184+203+117=504 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.51% from 504); Green value is 203 (79.69% from 255 or 40.28% from 504); Blue value is 117 (46.09% from 255 or 23.21% from 504); Max value from RGB is 203 - color contains mainly: green. Hex color #B8CB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8CB75 is #47348A. Grayscale: #BBBBBB. Windows color (decimal): -4666507 or 7719864. OLE color: 7719864.
HSL color Cylindrical-coordinate representation of color #B8CB75: hue angle of 73.26º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B8CB75 is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 203 | 117 | - |
| CMYK | 0.09 | 0 | 0.42 | 0.20 |
| HSL | 73.26º | 0.45% | 0.63% | - |
| HSV(B) | 73.26º | 0.42% | 0.8% | - |
| XYZ | 44.33 | 54.19 | 24.95 | - |
| YUV | 187.52 | 88.21 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 203 | 117 | 0.09 | 0 | 0.42 | 0.20 | 73.26 | 0.45 | 0.63 |
| Hex | B8 | CB | 75 | 9 | 0 | 2A | 14 | 49 | 2D | 3F |
| Octal | 270 | 313 | 165 | 11 | 0 | 52 | 24 | 111 | 55 | 77 |
| Binary | 10111000 | 11001011 | 1110101 | 1001 | 0 | 101010 | 10100 | 1001001 | 101101 | 111111 |
Color Harmonies of #B8CB75
Complementary color
Monochromatic Colors of #B8CB75
Black with #B8CB75
Text Example
Text Example
White with #B8CB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CB75; }
p { color: rgb(184,203,117); }
H1.HeaderClassName
{
color: #B8CB75;
}
.AnyTagClassName
{
color: #B8CB75;
}
</style>
background-color css
<style>
a { background-color: #B8CB75; }
a { background-color: rgb(184,203,117); }
div.DivClassName
{
background-color: #B8CB75;
}
.BgClassName
{
background-color: #B8CB75;
}
</style>
border-color css
<style>
span { border-color: #B8CB75; }
span { border-color: rgb(184,203,117); }
td.TdClassName
{
border-color: #B8CB75;
}
.TagClassName
{
border-color: #B8CB75;
}
</style>