Shades of Caper #B2C377
Tints of Caper #B2C377
RGB
CMYK
RGB Variations
Color information
#B2C377 (or 0xB2C377) is known color: Caper. HEX triplet: B2, C3 and 77. RGB value is (178,195,119). Sum of RGB (Red+Green+Blue) = 178+195+119=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 195 (76.56% from 255 or 39.63% from 492); Blue value is 119 (46.88% from 255 or 24.19% from 492); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C377 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C377 is #4D3C88. Grayscale: #B5B5B5. Windows color (decimal): -5061769 or 7848882. OLE color: 7848882.
HSL color Cylindrical-coordinate representation of color #B2C377: hue angle of 73.42º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B2C377 is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 195 | 119 | - |
| CMYK | 0.09 | 0 | 0.39 | 0.24 |
| HSL | 73.42º | 0.39% | 0.62% | - |
| HSV(B) | 73.42º | 0.39% | 0.76% | - |
| XYZ | 41.2 | 49.83 | 24.9 | - |
| YUV | 181.25 | 92.87 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 195 | 119 | 0.09 | 0 | 0.39 | 0.24 | 73.42 | 0.39 | 0.62 |
| Hex | B2 | C3 | 77 | 9 | 0 | 27 | 18 | 49 | 27 | 3E |
| Octal | 262 | 303 | 167 | 11 | 0 | 47 | 30 | 111 | 47 | 76 |
| Binary | 10110010 | 11000011 | 1110111 | 1001 | 0 | 100111 | 11000 | 1001001 | 100111 | 111110 |
Color Harmonies of #B2C377
Complementary color
Monochromatic Colors of #B2C377
Black with #B2C377
Text Example
Text Example
White with #B2C377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C377; }
p { color: rgb(178,195,119); }
H1.HeaderClassName
{
color: #B2C377;
}
.AnyTagClassName
{
color: #B2C377;
}
</style>
background-color css
<style>
a { background-color: #B2C377; }
a { background-color: rgb(178,195,119); }
div.DivClassName
{
background-color: #B2C377;
}
.BgClassName
{
background-color: #B2C377;
}
</style>
border-color css
<style>
span { border-color: #B2C377; }
span { border-color: rgb(178,195,119); }
td.TdClassName
{
border-color: #B2C377;
}
.TagClassName
{
border-color: #B2C377;
}
</style>