Shades of Caper #B2D075
Tints of Caper #B2D075
RGB
CMYK
RGB Variations
Color information
#B2D075 (or 0xB2D075) is known color: Caper. HEX triplet: B2, D0 and 75. RGB value is (178,208,117). Sum of RGB (Red+Green+Blue) = 178+208+117=503 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.39% from 503); Green value is 208 (81.64% from 255 or 41.35% from 503); Blue value is 117 (46.09% from 255 or 23.26% from 503); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D075 is #4D2F8A. Grayscale: #BCBCBC. Windows color (decimal): -5058443 or 7721138. OLE color: 7721138.
HSL color Cylindrical-coordinate representation of color #B2D075: hue angle of 79.78º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B2D075 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 208 | 117 | - |
| CMYK | 0.14 | 0 | 0.44 | 0.18 |
| HSL | 79.78º | 0.49% | 0.64% | - |
| HSV(B) | 79.78º | 0.44% | 0.82% | - |
| XYZ | 44.13 | 55.86 | 25.29 | - |
| YUV | 188.66 | 87.56 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 208 | 117 | 0.14 | 0 | 0.44 | 0.18 | 79.78 | 0.49 | 0.64 |
| Hex | B2 | D0 | 75 | E | 0 | 2C | 12 | 50 | 31 | 40 |
| Octal | 262 | 320 | 165 | 16 | 0 | 54 | 22 | 120 | 61 | 100 |
| Binary | 10110010 | 11010000 | 1110101 | 1110 | 0 | 101100 | 10010 | 1010000 | 110001 | 1000000 |
Color Harmonies of #B2D075
Complementary color
Monochromatic Colors of #B2D075
Black with #B2D075
Text Example
Text Example
White with #B2D075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D075; }
p { color: rgb(178,208,117); }
H1.HeaderClassName
{
color: #B2D075;
}
.AnyTagClassName
{
color: #B2D075;
}
</style>
background-color css
<style>
a { background-color: #B2D075; }
a { background-color: rgb(178,208,117); }
div.DivClassName
{
background-color: #B2D075;
}
.BgClassName
{
background-color: #B2D075;
}
</style>
border-color css
<style>
span { border-color: #B2D075; }
span { border-color: rgb(178,208,117); }
td.TdClassName
{
border-color: #B2D075;
}
.TagClassName
{
border-color: #B2D075;
}
</style>