Shades of Caper #B2C67A
Tints of Caper #B2C67A
RGB
CMYK
RGB Variations
Color information
#B2C67A (or 0xB2C67A) is known color: Caper. HEX triplet: B2, C6 and 7A. RGB value is (178,198,122). Sum of RGB (Red+Green+Blue) = 178+198+122=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 198 (77.73% from 255 or 39.76% from 498); Blue value is 122 (48.05% from 255 or 24.50% from 498); Max value from RGB is 198 - color contains mainly: green. Hex color #B2C67A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C67A is #4D3985. Grayscale: #B7B7B7. Windows color (decimal): -5060998 or 8046258. OLE color: 8046258.
HSL color Cylindrical-coordinate representation of color #B2C67A: hue angle of 75.79º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B2C67A is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 198 | 122 | - |
| CMYK | 0.10 | 0 | 0.38 | 0.22 |
| HSL | 75.79º | 0.4% | 0.63% | - |
| HSV(B) | 75.79º | 0.38% | 0.78% | - |
| XYZ | 42.07 | 51.26 | 26.09 | - |
| YUV | 183.36 | 93.37 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 198 | 122 | 0.10 | 0 | 0.38 | 0.22 | 75.79 | 0.4 | 0.63 |
| Hex | B2 | C6 | 7A | A | 0 | 26 | 16 | 4C | 28 | 3F |
| Octal | 262 | 306 | 172 | 12 | 0 | 46 | 26 | 114 | 50 | 77 |
| Binary | 10110010 | 11000110 | 1111010 | 1010 | 0 | 100110 | 10110 | 1001100 | 101000 | 111111 |
Color Harmonies of #B2C67A
Complementary color
Monochromatic Colors of #B2C67A
Black with #B2C67A
Text Example
Text Example
White with #B2C67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C67A; }
p { color: rgb(178,198,122); }
H1.HeaderClassName
{
color: #B2C67A;
}
.AnyTagClassName
{
color: #B2C67A;
}
</style>
background-color css
<style>
a { background-color: #B2C67A; }
a { background-color: rgb(178,198,122); }
div.DivClassName
{
background-color: #B2C67A;
}
.BgClassName
{
background-color: #B2C67A;
}
</style>
border-color css
<style>
span { border-color: #B2C67A; }
span { border-color: rgb(178,198,122); }
td.TdClassName
{
border-color: #B2C67A;
}
.TagClassName
{
border-color: #B2C67A;
}
</style>