Shades of Caper #B2C68A
Tints of Caper #B2C68A
RGB
CMYK
RGB Variations
Color information
#B2C68A (or 0xB2C68A) is known color: Caper. HEX triplet: B2, C6 and 8A. RGB value is (178,198,138). Sum of RGB (Red+Green+Blue) = 178+198+138=514 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.63% from 514); Green value is 198 (77.73% from 255 or 38.52% from 514); Blue value is 138 (54.30% from 255 or 26.85% from 514); Max value from RGB is 198 - color contains mainly: green. Hex color #B2C68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C68A is #4D3975. Grayscale: #B9B9B9. Windows color (decimal): -5060982 or 9094834. OLE color: 9094834.
HSL color Cylindrical-coordinate representation of color #B2C68A: hue angle of 80º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2C68A is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 198 | 138 | - |
| CMYK | 0.10 | 0 | 0.30 | 0.22 |
| HSL | 80º | 0.34% | 0.66% | - |
| HSV(B) | 80º | 0.3% | 0.78% | - |
| XYZ | 43.14 | 51.69 | 31.75 | - |
| YUV | 185.18 | 101.37 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 198 | 138 | 0.10 | 0 | 0.30 | 0.22 | 80 | 0.34 | 0.66 |
| Hex | B2 | C6 | 8A | A | 0 | 1E | 16 | 50 | 22 | 42 |
| Octal | 262 | 306 | 212 | 12 | 0 | 36 | 26 | 120 | 42 | 102 |
| Binary | 10110010 | 11000110 | 10001010 | 1010 | 0 | 11110 | 10110 | 1010000 | 100010 | 1000010 |
Color Harmonies of #B2C68A
Complementary color
Monochromatic Colors of #B2C68A
Black with #B2C68A
Text Example
Text Example
White with #B2C68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C68A; }
p { color: rgb(178,198,138); }
H1.HeaderClassName
{
color: #B2C68A;
}
.AnyTagClassName
{
color: #B2C68A;
}
</style>
background-color css
<style>
a { background-color: #B2C68A; }
a { background-color: rgb(178,198,138); }
div.DivClassName
{
background-color: #B2C68A;
}
.BgClassName
{
background-color: #B2C68A;
}
</style>
border-color css
<style>
span { border-color: #B2C68A; }
span { border-color: rgb(178,198,138); }
td.TdClassName
{
border-color: #B2C68A;
}
.TagClassName
{
border-color: #B2C68A;
}
</style>