Shades of Caper #B0CA74
Tints of Caper #B0CA74
RGB
CMYK
RGB Variations
Color information
#B0CA74 (or 0xB0CA74) is known color: Caper. HEX triplet: B0, CA and 74. RGB value is (176,202,116). Sum of RGB (Red+Green+Blue) = 176+202+116=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 202 (79.30% from 255 or 40.89% from 494); Blue value is 116 (45.70% from 255 or 23.48% from 494); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CA74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CA74 is #4F358B. Grayscale: #B8B8B8. Windows color (decimal): -5191052 or 7654064. OLE color: 7654064.
HSL color Cylindrical-coordinate representation of color #B0CA74: hue angle of 78.14º 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 #B0CA74 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 202 | 116 | - |
| CMYK | 0.13 | 0 | 0.43 | 0.21 |
| HSL | 78.14º | 0.45% | 0.62% | - |
| HSV(B) | 78.14º | 0.43% | 0.79% | - |
| XYZ | 42.18 | 52.73 | 24.48 | - |
| YUV | 184.42 | 89.39 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 202 | 116 | 0.13 | 0 | 0.43 | 0.21 | 78.14 | 0.45 | 0.62 |
| Hex | B0 | CA | 74 | D | 0 | 2B | 15 | 4E | 2D | 3E |
| Octal | 260 | 312 | 164 | 15 | 0 | 53 | 25 | 116 | 55 | 76 |
| Binary | 10110000 | 11001010 | 1110100 | 1101 | 0 | 101011 | 10101 | 1001110 | 101101 | 111110 |
Color Harmonies of #B0CA74
Complementary color
Monochromatic Colors of #B0CA74
Black with #B0CA74
Text Example
Text Example
White with #B0CA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CA74; }
p { color: rgb(176,202,116); }
H1.HeaderClassName
{
color: #B0CA74;
}
.AnyTagClassName
{
color: #B0CA74;
}
</style>
background-color css
<style>
a { background-color: #B0CA74; }
a { background-color: rgb(176,202,116); }
div.DivClassName
{
background-color: #B0CA74;
}
.BgClassName
{
background-color: #B0CA74;
}
</style>
border-color css
<style>
span { border-color: #B0CA74; }
span { border-color: rgb(176,202,116); }
td.TdClassName
{
border-color: #B0CA74;
}
.TagClassName
{
border-color: #B0CA74;
}
</style>