Shades of Caper #B4CA74
Tints of Caper #B4CA74
RGB
CMYK
RGB Variations
Color information
#B4CA74 (or 0xB4CA74) is known color: Caper. HEX triplet: B4, CA and 74. RGB value is (180,202,116). Sum of RGB (Red+Green+Blue) = 180+202+116=498 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.14% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 116 (45.70% from 255 or 23.29% from 498); Max value from RGB is 202 - color contains mainly: green. Hex color #B4CA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4CA74 is #4B358B. Grayscale: #B9B9B9. Windows color (decimal): -4928908 or 7654068. OLE color: 7654068.
HSL color Cylindrical-coordinate representation of color #B4CA74: hue angle of 75.35º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B4CA74 is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 180 | 202 | 116 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.21 |
| HSL | 75.35º | 0.45% | 0.62% | - |
| HSV(B) | 75.35º | 0.43% | 0.79% | - |
| XYZ | 43.1 | 53.21 | 24.52 | - |
| YUV | 185.62 | 88.71 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 202 | 116 | 0.11 | 0 | 0.43 | 0.21 | 75.35 | 0.45 | 0.62 |
| Hex | B4 | CA | 74 | B | 0 | 2B | 15 | 4B | 2D | 3E |
| Octal | 264 | 312 | 164 | 13 | 0 | 53 | 25 | 113 | 55 | 76 |
| Binary | 10110100 | 11001010 | 1110100 | 1011 | 0 | 101011 | 10101 | 1001011 | 101101 | 111110 |
Color Harmonies of #B4CA74
Complementary color
Monochromatic Colors of #B4CA74
Black with #B4CA74
Text Example
Text Example
White with #B4CA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CA74; }
p { color: rgb(180,202,116); }
H1.HeaderClassName
{
color: #B4CA74;
}
.AnyTagClassName
{
color: #B4CA74;
}
</style>
background-color css
<style>
a { background-color: #B4CA74; }
a { background-color: rgb(180,202,116); }
div.DivClassName
{
background-color: #B4CA74;
}
.BgClassName
{
background-color: #B4CA74;
}
</style>
border-color css
<style>
span { border-color: #B4CA74; }
span { border-color: rgb(180,202,116); }
td.TdClassName
{
border-color: #B4CA74;
}
.TagClassName
{
border-color: #B4CA74;
}
</style>