Shades of Caper #B0C273
Tints of Caper #B0C273
RGB
CMYK
RGB Variations
Color information
#B0C273 (or 0xB0C273) is known color: Caper. HEX triplet: B0, C2 and 73. RGB value is (176,194,115). Sum of RGB (Red+Green+Blue) = 176+194+115=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 194 (76.17% from 255 or 40% from 485); Blue value is 115 (45.31% from 255 or 23.71% from 485); Max value from RGB is 194 - color contains mainly: green. Hex color #B0C273 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C273 is #4F3D8C. Grayscale: #B3B3B3. Windows color (decimal): -5193101 or 7586480. OLE color: 7586480.
HSL color Cylindrical-coordinate representation of color #B0C273: hue angle of 73.67º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B0C273 is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 194 | 115 | - |
| CMYK | 0.09 | 0 | 0.41 | 0.24 |
| HSL | 73.67º | 0.39% | 0.61% | - |
| HSV(B) | 73.67º | 0.41% | 0.76% | - |
| XYZ | 40.29 | 49.05 | 23.56 | - |
| YUV | 179.61 | 91.54 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 194 | 115 | 0.09 | 0 | 0.41 | 0.24 | 73.67 | 0.39 | 0.61 |
| Hex | B0 | C2 | 73 | 9 | 0 | 29 | 18 | 4A | 27 | 3D |
| Octal | 260 | 302 | 163 | 11 | 0 | 51 | 30 | 112 | 47 | 75 |
| Binary | 10110000 | 11000010 | 1110011 | 1001 | 0 | 101001 | 11000 | 1001010 | 100111 | 111101 |
Color Harmonies of #B0C273
Complementary color
Monochromatic Colors of #B0C273
Black with #B0C273
Text Example
Text Example
White with #B0C273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C273; }
p { color: rgb(176,194,115); }
H1.HeaderClassName
{
color: #B0C273;
}
.AnyTagClassName
{
color: #B0C273;
}
</style>
background-color css
<style>
a { background-color: #B0C273; }
a { background-color: rgb(176,194,115); }
div.DivClassName
{
background-color: #B0C273;
}
.BgClassName
{
background-color: #B0C273;
}
</style>
border-color css
<style>
span { border-color: #B0C273; }
span { border-color: rgb(176,194,115); }
td.TdClassName
{
border-color: #B0C273;
}
.TagClassName
{
border-color: #B0C273;
}
</style>