Shades of Caper #B2CA83
Tints of Caper #B2CA83
RGB
CMYK
RGB Variations
Color information
#B2CA83 (or 0xB2CA83) is known color: Caper. HEX triplet: B2, CA and 83. RGB value is (178,202,131). Sum of RGB (Red+Green+Blue) = 178+202+131=511 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.83% from 511); Green value is 202 (79.30% from 255 or 39.53% from 511); Blue value is 131 (51.56% from 255 or 25.64% from 511); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CA83 is #4D357C. Grayscale: #BABABA. Windows color (decimal): -5059965 or 8637106. OLE color: 8637106.
HSL color Cylindrical-coordinate representation of color #B2CA83: hue angle of 80.28º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B2CA83 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 202 | 131 | - |
| CMYK | 0.12 | 0 | 0.35 | 0.21 |
| HSL | 80.28º | 0.4% | 0.65% | - |
| HSV(B) | 80.28º | 0.35% | 0.79% | - |
| XYZ | 43.58 | 53.34 | 29.47 | - |
| YUV | 186.73 | 96.55 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 202 | 131 | 0.12 | 0 | 0.35 | 0.21 | 80.28 | 0.4 | 0.65 |
| Hex | B2 | CA | 83 | C | 0 | 23 | 15 | 50 | 28 | 41 |
| Octal | 262 | 312 | 203 | 14 | 0 | 43 | 25 | 120 | 50 | 101 |
| Binary | 10110010 | 11001010 | 10000011 | 1100 | 0 | 100011 | 10101 | 1010000 | 101000 | 1000001 |
Color Harmonies of #B2CA83
Complementary color
Monochromatic Colors of #B2CA83
Black with #B2CA83
Text Example
Text Example
White with #B2CA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CA83; }
p { color: rgb(178,202,131); }
H1.HeaderClassName
{
color: #B2CA83;
}
.AnyTagClassName
{
color: #B2CA83;
}
</style>
background-color css
<style>
a { background-color: #B2CA83; }
a { background-color: rgb(178,202,131); }
div.DivClassName
{
background-color: #B2CA83;
}
.BgClassName
{
background-color: #B2CA83;
}
</style>
border-color css
<style>
span { border-color: #B2CA83; }
span { border-color: rgb(178,202,131); }
td.TdClassName
{
border-color: #B2CA83;
}
.TagClassName
{
border-color: #B2CA83;
}
</style>