Shades of Caper #B5CB73
Tints of Caper #B5CB73
RGB
CMYK
RGB Variations
Color information
#B5CB73 (or 0xB5CB73) is known color: Caper. HEX triplet: B5, CB and 73. RGB value is (181,203,115). Sum of RGB (Red+Green+Blue) = 181+203+115=499 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.27% from 499); Green value is 203 (79.69% from 255 or 40.68% from 499); Blue value is 115 (45.31% from 255 or 23.05% from 499); Max value from RGB is 203 - color contains mainly: green. Hex color #B5CB73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CB73 is #4A348C. Grayscale: #BABABA. Windows color (decimal): -4863117 or 7588789. OLE color: 7588789.
HSL color Cylindrical-coordinate representation of color #B5CB73: hue angle of 75º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B5CB73 is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 203 | 115 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.20 |
| HSL | 75º | 0.46% | 0.62% | - |
| HSV(B) | 75º | 0.43% | 0.8% | - |
| XYZ | 43.51 | 53.77 | 24.31 | - |
| YUV | 186.39 | 87.71 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 203 | 115 | 0.11 | 0 | 0.43 | 0.20 | 75 | 0.46 | 0.62 |
| Hex | B5 | CB | 73 | B | 0 | 2B | 14 | 4B | 2E | 3E |
| Octal | 265 | 313 | 163 | 13 | 0 | 53 | 24 | 113 | 56 | 76 |
| Binary | 10110101 | 11001011 | 1110011 | 1011 | 0 | 101011 | 10100 | 1001011 | 101110 | 111110 |
Color Harmonies of #B5CB73
Complementary color
Monochromatic Colors of #B5CB73
Black with #B5CB73
Text Example
Text Example
White with #B5CB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CB73; }
p { color: rgb(181,203,115); }
H1.HeaderClassName
{
color: #B5CB73;
}
.AnyTagClassName
{
color: #B5CB73;
}
</style>
background-color css
<style>
a { background-color: #B5CB73; }
a { background-color: rgb(181,203,115); }
div.DivClassName
{
background-color: #B5CB73;
}
.BgClassName
{
background-color: #B5CB73;
}
</style>
border-color css
<style>
span { border-color: #B5CB73; }
span { border-color: rgb(181,203,115); }
td.TdClassName
{
border-color: #B5CB73;
}
.TagClassName
{
border-color: #B5CB73;
}
</style>