Shades of Caper #B2D175
Tints of Caper #B2D175
RGB
CMYK
RGB Variations
Color information
#B2D175 (or 0xB2D175) is known color: Caper. HEX triplet: B2, D1 and 75. RGB value is (178,209,117). Sum of RGB (Red+Green+Blue) = 178+209+117=504 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.32% from 504); Green value is 209 (82.03% from 255 or 41.47% from 504); Blue value is 117 (46.09% from 255 or 23.21% from 504); Max value from RGB is 209 - color contains mainly: green. Hex color #B2D175 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D175 is #4D2E8A. Grayscale: #BDBDBD. Windows color (decimal): -5058187 or 7721394. OLE color: 7721394.
HSL color Cylindrical-coordinate representation of color #B2D175: hue angle of 80.22º degrees, saturation: 0.5, 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 #B2D175 is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 209 | 117 | - |
| CMYK | 0.15 | 0 | 0.44 | 0.18 |
| HSL | 80.22º | 0.5% | 0.64% | - |
| HSV(B) | 80.22º | 0.44% | 0.82% | - |
| XYZ | 44.37 | 56.35 | 25.37 | - |
| YUV | 189.24 | 87.23 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 209 | 117 | 0.15 | 0 | 0.44 | 0.18 | 80.22 | 0.5 | 0.64 |
| Hex | B2 | D1 | 75 | F | 0 | 2C | 12 | 50 | 32 | 40 |
| Octal | 262 | 321 | 165 | 17 | 0 | 54 | 22 | 120 | 62 | 100 |
| Binary | 10110010 | 11010001 | 1110101 | 1111 | 0 | 101100 | 10010 | 1010000 | 110010 | 1000000 |
Color Harmonies of #B2D175
Complementary color
Monochromatic Colors of #B2D175
Black with #B2D175
Text Example
Text Example
White with #B2D175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D175; }
p { color: rgb(178,209,117); }
H1.HeaderClassName
{
color: #B2D175;
}
.AnyTagClassName
{
color: #B2D175;
}
</style>
background-color css
<style>
a { background-color: #B2D175; }
a { background-color: rgb(178,209,117); }
div.DivClassName
{
background-color: #B2D175;
}
.BgClassName
{
background-color: #B2D175;
}
</style>
border-color css
<style>
span { border-color: #B2D175; }
span { border-color: rgb(178,209,117); }
td.TdClassName
{
border-color: #B2D175;
}
.TagClassName
{
border-color: #B2D175;
}
</style>