Shades of Caper #B2CC74
Tints of Caper #B2CC74
RGB
CMYK
RGB Variations
Color information
#B2CC74 (or 0xB2CC74) is known color: Caper. HEX triplet: B2, CC and 74. RGB value is (178,204,116). Sum of RGB (Red+Green+Blue) = 178+204+116=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 116 (45.70% from 255 or 23.29% from 498); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CC74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CC74 is #4D338B. Grayscale: #BABABA. Windows color (decimal): -5059468 or 7654578. OLE color: 7654578.
HSL color Cylindrical-coordinate representation of color #B2CC74: hue angle of 77.73º 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 #B2CC74 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 178 | 204 | 116 | - |
| CMYK | 0.13 | 0 | 0.43 | 0.2 |
| HSL | 77.73º | 0.46% | 0.63% | - |
| HSV(B) | 77.73º | 0.43% | 0.8% | - |
| XYZ | 43.11 | 53.91 | 24.66 | - |
| YUV | 186.19 | 88.39 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 204 | 116 | 0.13 | 0 | 0.43 | 0.2 | 77.73 | 0.46 | 0.63 |
| Hex | B2 | CC | 74 | D | 0 | 2B | 14 | 4E | 2E | 3F |
| Octal | 262 | 314 | 164 | 15 | 0 | 53 | 24 | 116 | 56 | 77 |
| Binary | 10110010 | 11001100 | 1110100 | 1101 | 0 | 101011 | 10100 | 1001110 | 101110 | 111111 |
Color Harmonies of #B2CC74
Complementary color
Monochromatic Colors of #B2CC74
Black with #B2CC74
Text Example
Text Example
White with #B2CC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CC74; }
p { color: rgb(178,204,116); }
H1.HeaderClassName
{
color: #B2CC74;
}
.AnyTagClassName
{
color: #B2CC74;
}
</style>
background-color css
<style>
a { background-color: #B2CC74; }
a { background-color: rgb(178,204,116); }
div.DivClassName
{
background-color: #B2CC74;
}
.BgClassName
{
background-color: #B2CC74;
}
</style>
border-color css
<style>
span { border-color: #B2CC74; }
span { border-color: rgb(178,204,116); }
td.TdClassName
{
border-color: #B2CC74;
}
.TagClassName
{
border-color: #B2CC74;
}
</style>