Shades of Caper #B2D274
Tints of Caper #B2D274
RGB
CMYK
RGB Variations
Color information
#B2D274 (or 0xB2D274) is known color: Caper. HEX triplet: B2, D2 and 74. RGB value is (178,210,116). Sum of RGB (Red+Green+Blue) = 178+210+116=504 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.32% from 504); Green value is 210 (82.42% from 255 or 41.67% from 504); Blue value is 116 (45.70% from 255 or 23.02% from 504); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D274 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D274 is #4D2D8B. Grayscale: #BEBEBE. Windows color (decimal): -5057932 or 7656114. OLE color: 7656114.
HSL color Cylindrical-coordinate representation of color #B2D274: hue angle of 80.43º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B2D274 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 210 | 116 | - |
| CMYK | 0.15 | 0 | 0.45 | 0.18 |
| HSL | 80.43º | 0.51% | 0.64% | - |
| HSV(B) | 80.43º | 0.45% | 0.82% | - |
| XYZ | 44.56 | 56.82 | 25.14 | - |
| YUV | 189.72 | 86.4 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 210 | 116 | 0.15 | 0 | 0.45 | 0.18 | 80.43 | 0.51 | 0.64 |
| Hex | B2 | D2 | 74 | F | 0 | 2D | 12 | 50 | 33 | 40 |
| Octal | 262 | 322 | 164 | 17 | 0 | 55 | 22 | 120 | 63 | 100 |
| Binary | 10110010 | 11010010 | 1110100 | 1111 | 0 | 101101 | 10010 | 1010000 | 110011 | 1000000 |
Color Harmonies of #B2D274
Complementary color
Monochromatic Colors of #B2D274
Black with #B2D274
Text Example
Text Example
White with #B2D274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D274; }
p { color: rgb(178,210,116); }
H1.HeaderClassName
{
color: #B2D274;
}
.AnyTagClassName
{
color: #B2D274;
}
</style>
background-color css
<style>
a { background-color: #B2D274; }
a { background-color: rgb(178,210,116); }
div.DivClassName
{
background-color: #B2D274;
}
.BgClassName
{
background-color: #B2D274;
}
</style>
border-color css
<style>
span { border-color: #B2D274; }
span { border-color: rgb(178,210,116); }
td.TdClassName
{
border-color: #B2D274;
}
.TagClassName
{
border-color: #B2D274;
}
</style>