Shades of Caper #B0CC74
Tints of Caper #B0CC74
RGB
CMYK
RGB Variations
Color information
#B0CC74 (or 0xB0CC74) is known color: Caper. HEX triplet: B0, CC and 74. RGB value is (176,204,116). Sum of RGB (Red+Green+Blue) = 176+204+116=496 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.48% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 116 (45.70% from 255 or 23.39% from 496); Max value from RGB is 204 - color contains mainly: green. Hex color #B0CC74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CC74 is #4F338B. Grayscale: #B9B9B9. Windows color (decimal): -5190540 or 7654576. OLE color: 7654576.
HSL color Cylindrical-coordinate representation of color #B0CC74: hue angle of 79.09º 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 #B0CC74 is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 204 | 116 | - |
| CMYK | 0.14 | 0 | 0.43 | 0.2 |
| HSL | 79.09º | 0.46% | 0.63% | - |
| HSV(B) | 79.09º | 0.43% | 0.8% | - |
| XYZ | 42.65 | 53.68 | 24.64 | - |
| YUV | 185.6 | 88.72 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 204 | 116 | 0.14 | 0 | 0.43 | 0.2 | 79.09 | 0.46 | 0.63 |
| Hex | B0 | CC | 74 | E | 0 | 2B | 14 | 4F | 2E | 3F |
| Octal | 260 | 314 | 164 | 16 | 0 | 53 | 24 | 117 | 56 | 77 |
| Binary | 10110000 | 11001100 | 1110100 | 1110 | 0 | 101011 | 10100 | 1001111 | 101110 | 111111 |
Color Harmonies of #B0CC74
Complementary color
Monochromatic Colors of #B0CC74
Black with #B0CC74
Text Example
Text Example
White with #B0CC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CC74; }
p { color: rgb(176,204,116); }
H1.HeaderClassName
{
color: #B0CC74;
}
.AnyTagClassName
{
color: #B0CC74;
}
</style>
background-color css
<style>
a { background-color: #B0CC74; }
a { background-color: rgb(176,204,116); }
div.DivClassName
{
background-color: #B0CC74;
}
.BgClassName
{
background-color: #B0CC74;
}
</style>
border-color css
<style>
span { border-color: #B0CC74; }
span { border-color: rgb(176,204,116); }
td.TdClassName
{
border-color: #B0CC74;
}
.TagClassName
{
border-color: #B0CC74;
}
</style>