Shades of Caper #B0C17E
Tints of Caper #B0C17E
RGB
CMYK
RGB Variations
Color information
#B0C17E (or 0xB0C17E) is known color: Caper. HEX triplet: B0, C1 and 7E. RGB value is (176,193,126). Sum of RGB (Red+Green+Blue) = 176+193+126=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 193 (75.78% from 255 or 38.99% from 495); Blue value is 126 (49.61% from 255 or 25.45% from 495); Max value from RGB is 193 - color contains mainly: green. Hex color #B0C17E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C17E is #4F3E81. Grayscale: #B4B4B4. Windows color (decimal): -5193346 or 8307120. OLE color: 8307120.
HSL color Cylindrical-coordinate representation of color #B0C17E: hue angle of 75.22º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B0C17E is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 193 | 126 | - |
| CMYK | 0.09 | 0 | 0.35 | 0.24 |
| HSL | 75.22º | 0.35% | 0.63% | - |
| HSV(B) | 75.22º | 0.35% | 0.76% | - |
| XYZ | 40.74 | 48.88 | 27.03 | - |
| YUV | 180.28 | 97.37 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 193 | 126 | 0.09 | 0 | 0.35 | 0.24 | 75.22 | 0.35 | 0.63 |
| Hex | B0 | C1 | 7E | 9 | 0 | 23 | 18 | 4B | 23 | 3F |
| Octal | 260 | 301 | 176 | 11 | 0 | 43 | 30 | 113 | 43 | 77 |
| Binary | 10110000 | 11000001 | 1111110 | 1001 | 0 | 100011 | 11000 | 1001011 | 100011 | 111111 |
Color Harmonies of #B0C17E
Complementary color
Monochromatic Colors of #B0C17E
Black with #B0C17E
Text Example
Text Example
White with #B0C17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C17E; }
p { color: rgb(176,193,126); }
H1.HeaderClassName
{
color: #B0C17E;
}
.AnyTagClassName
{
color: #B0C17E;
}
</style>
background-color css
<style>
a { background-color: #B0C17E; }
a { background-color: rgb(176,193,126); }
div.DivClassName
{
background-color: #B0C17E;
}
.BgClassName
{
background-color: #B0C17E;
}
</style>
border-color css
<style>
span { border-color: #B0C17E; }
span { border-color: rgb(176,193,126); }
td.TdClassName
{
border-color: #B0C17E;
}
.TagClassName
{
border-color: #B0C17E;
}
</style>