Shades of Caper #B4CB74
Tints of Caper #B4CB74
RGB
CMYK
RGB Variations
Color information
#B4CB74 (or 0xB4CB74) is known color: Caper. HEX triplet: B4, CB and 74. RGB value is (180,203,116). Sum of RGB (Red+Green+Blue) = 180+203+116=499 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36.07% from 499); Green value is 203 (79.69% from 255 or 40.68% from 499); Blue value is 116 (45.70% from 255 or 23.25% from 499); Max value from RGB is 203 - color contains mainly: green. Hex color #B4CB74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4CB74 is #4B348B. Grayscale: #BABABA. Windows color (decimal): -4928652 or 7654324. OLE color: 7654324.
HSL color Cylindrical-coordinate representation of color #B4CB74: hue angle of 75.86º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B4CB74 is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 203 | 116 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.20 |
| HSL | 75.86º | 0.46% | 0.63% | - |
| HSV(B) | 75.86º | 0.43% | 0.8% | - |
| XYZ | 43.33 | 53.68 | 24.6 | - |
| YUV | 186.21 | 88.38 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 203 | 116 | 0.11 | 0 | 0.43 | 0.20 | 75.86 | 0.46 | 0.63 |
| Hex | B4 | CB | 74 | B | 0 | 2B | 14 | 4C | 2E | 3F |
| Octal | 264 | 313 | 164 | 13 | 0 | 53 | 24 | 114 | 56 | 77 |
| Binary | 10110100 | 11001011 | 1110100 | 1011 | 0 | 101011 | 10100 | 1001100 | 101110 | 111111 |
Color Harmonies of #B4CB74
Complementary color
Monochromatic Colors of #B4CB74
Black with #B4CB74
Text Example
Text Example
White with #B4CB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CB74; }
p { color: rgb(180,203,116); }
H1.HeaderClassName
{
color: #B4CB74;
}
.AnyTagClassName
{
color: #B4CB74;
}
</style>
background-color css
<style>
a { background-color: #B4CB74; }
a { background-color: rgb(180,203,116); }
div.DivClassName
{
background-color: #B4CB74;
}
.BgClassName
{
background-color: #B4CB74;
}
</style>
border-color css
<style>
span { border-color: #B4CB74; }
span { border-color: rgb(180,203,116); }
td.TdClassName
{
border-color: #B4CB74;
}
.TagClassName
{
border-color: #B4CB74;
}
</style>