Shades of Caper #BBD476
Tints of Caper #BBD476
RGB
CMYK
RGB Variations
Color information
#BBD476 (or 0xBBD476) is known color: Caper. HEX triplet: BB, D4 and 76. RGB value is (187,212,118). Sum of RGB (Red+Green+Blue) = 187+212+118=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 212 (83.20% from 255 or 41.01% from 517); Blue value is 118 (46.48% from 255 or 22.82% from 517); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD476 is #442B89. Grayscale: #C2C2C2. Windows color (decimal): -4467594 or 7787707. OLE color: 7787707.
HSL color Cylindrical-coordinate representation of color #BBD476: hue angle of 75.96º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BBD476 is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 212 | 118 | - |
| CMYK | 0.12 | 0 | 0.44 | 0.17 |
| HSL | 75.96º | 0.52% | 0.65% | - |
| HSV(B) | 75.96º | 0.44% | 0.83% | - |
| XYZ | 47.31 | 58.96 | 26.03 | - |
| YUV | 193.81 | 85.22 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 212 | 118 | 0.12 | 0 | 0.44 | 0.17 | 75.96 | 0.52 | 0.65 |
| Hex | BB | D4 | 76 | C | 0 | 2C | 11 | 4C | 34 | 41 |
| Octal | 273 | 324 | 166 | 14 | 0 | 54 | 21 | 114 | 64 | 101 |
| Binary | 10111011 | 11010100 | 1110110 | 1100 | 0 | 101100 | 10001 | 1001100 | 110100 | 1000001 |
Color Harmonies of #BBD476
Complementary color
Monochromatic Colors of #BBD476
Black with #BBD476
Text Example
Text Example
White with #BBD476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD476; }
p { color: rgb(187,212,118); }
H1.HeaderClassName
{
color: #BBD476;
}
.AnyTagClassName
{
color: #BBD476;
}
</style>
background-color css
<style>
a { background-color: #BBD476; }
a { background-color: rgb(187,212,118); }
div.DivClassName
{
background-color: #BBD476;
}
.BgClassName
{
background-color: #BBD476;
}
</style>
border-color css
<style>
span { border-color: #BBD476; }
span { border-color: rgb(187,212,118); }
td.TdClassName
{
border-color: #BBD476;
}
.TagClassName
{
border-color: #BBD476;
}
</style>