Shades of Caper #B0C574
Tints of Caper #B0C574
RGB
CMYK
RGB Variations
Color information
#B0C574 (or 0xB0C574) is known color: Caper. HEX triplet: B0, C5 and 74. RGB value is (176,197,116). Sum of RGB (Red+Green+Blue) = 176+197+116=489 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.99% from 489); Green value is 197 (77.34% from 255 or 40.29% from 489); Blue value is 116 (45.70% from 255 or 23.72% from 489); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C574 is #4F3A8B. Grayscale: #B5B5B5. Windows color (decimal): -5192332 or 7652784. OLE color: 7652784.
HSL color Cylindrical-coordinate representation of color #B0C574: hue angle of 75.56º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B0C574 is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 176 | 197 | 116 | - |
| CMYK | 0.11 | 0 | 0.41 | 0.23 |
| HSL | 75.56º | 0.41% | 0.61% | - |
| HSV(B) | 75.56º | 0.41% | 0.77% | - |
| XYZ | 41.02 | 50.42 | 24.09 | - |
| YUV | 181.49 | 91.04 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 197 | 116 | 0.11 | 0 | 0.41 | 0.23 | 75.56 | 0.41 | 0.61 |
| Hex | B0 | C5 | 74 | B | 0 | 29 | 17 | 4C | 29 | 3D |
| Octal | 260 | 305 | 164 | 13 | 0 | 51 | 27 | 114 | 51 | 75 |
| Binary | 10110000 | 11000101 | 1110100 | 1011 | 0 | 101001 | 10111 | 1001100 | 101001 | 111101 |
Color Harmonies of #B0C574
Complementary color
Monochromatic Colors of #B0C574
Black with #B0C574
Text Example
Text Example
White with #B0C574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C574; }
p { color: rgb(176,197,116); }
H1.HeaderClassName
{
color: #B0C574;
}
.AnyTagClassName
{
color: #B0C574;
}
</style>
background-color css
<style>
a { background-color: #B0C574; }
a { background-color: rgb(176,197,116); }
div.DivClassName
{
background-color: #B0C574;
}
.BgClassName
{
background-color: #B0C574;
}
</style>
border-color css
<style>
span { border-color: #B0C574; }
span { border-color: rgb(176,197,116); }
td.TdClassName
{
border-color: #B0C574;
}
.TagClassName
{
border-color: #B0C574;
}
</style>