Shades of Caper #B7CC78
Tints of Caper #B7CC78
RGB
CMYK
RGB Variations
Color information
#B7CC78 (or 0xB7CC78) is known color: Caper. HEX triplet: B7, CC and 78. RGB value is (183,204,120). Sum of RGB (Red+Green+Blue) = 183+204+120=507 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.09% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 120 (47.27% from 255 or 23.67% from 507); Max value from RGB is 204 - color contains mainly: green. Hex color #B7CC78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7CC78 is #483387. Grayscale: #BCBCBC. Windows color (decimal): -4731784 or 7916727. OLE color: 7916727.
HSL color Cylindrical-coordinate representation of color #B7CC78: hue angle of 75º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B7CC78 is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 183 | 204 | 120 | - |
| CMYK | 0.10 | 0 | 0.41 | 0.2 |
| HSL | 75º | 0.45% | 0.64% | - |
| HSV(B) | 75º | 0.41% | 0.8% | - |
| XYZ | 44.51 | 54.61 | 25.96 | - |
| YUV | 188.15 | 89.54 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 204 | 120 | 0.10 | 0 | 0.41 | 0.2 | 75 | 0.45 | 0.64 |
| Hex | B7 | CC | 78 | A | 0 | 29 | 14 | 4B | 2D | 40 |
| Octal | 267 | 314 | 170 | 12 | 0 | 51 | 24 | 113 | 55 | 100 |
| Binary | 10110111 | 11001100 | 1111000 | 1010 | 0 | 101001 | 10100 | 1001011 | 101101 | 1000000 |
Color Harmonies of #B7CC78
Complementary color
Monochromatic Colors of #B7CC78
Black with #B7CC78
Text Example
Text Example
White with #B7CC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CC78; }
p { color: rgb(183,204,120); }
H1.HeaderClassName
{
color: #B7CC78;
}
.AnyTagClassName
{
color: #B7CC78;
}
</style>
background-color css
<style>
a { background-color: #B7CC78; }
a { background-color: rgb(183,204,120); }
div.DivClassName
{
background-color: #B7CC78;
}
.BgClassName
{
background-color: #B7CC78;
}
</style>
border-color css
<style>
span { border-color: #B7CC78; }
span { border-color: rgb(183,204,120); }
td.TdClassName
{
border-color: #B7CC78;
}
.TagClassName
{
border-color: #B7CC78;
}
</style>