Shades of Caper #B5C17E
Tints of Caper #B5C17E
RGB
CMYK
RGB Variations
Color information
#B5C17E (or 0xB5C17E) is known color: Caper. HEX triplet: B5, C1 and 7E. RGB value is (181,193,126). Sum of RGB (Red+Green+Blue) = 181+193+126=500 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.2% from 500); Green value is 193 (75.78% from 255 or 38.6% from 500); Blue value is 126 (49.61% from 255 or 25.2% from 500); Max value from RGB is 193 - color contains mainly: green. Hex color #B5C17E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C17E is #4A3E81. Grayscale: #B6B6B6. Windows color (decimal): -4865666 or 8307125. OLE color: 8307125.
HSL color Cylindrical-coordinate representation of color #B5C17E: hue angle of 70.75º 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 #B5C17E is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 193 | 126 | - |
| CMYK | 0.06 | 0 | 0.35 | 0.24 |
| HSL | 70.75º | 0.35% | 0.63% | - |
| HSV(B) | 70.75º | 0.35% | 0.76% | - |
| XYZ | 41.89 | 49.47 | 27.08 | - |
| YUV | 181.77 | 96.52 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 193 | 126 | 0.06 | 0 | 0.35 | 0.24 | 70.75 | 0.35 | 0.63 |
| Hex | B5 | C1 | 7E | 6 | 0 | 23 | 18 | 47 | 23 | 3F |
| Octal | 265 | 301 | 176 | 6 | 0 | 43 | 30 | 107 | 43 | 77 |
| Binary | 10110101 | 11000001 | 1111110 | 110 | 0 | 100011 | 11000 | 1000111 | 100011 | 111111 |
Color Harmonies of #B5C17E
Complementary color
Monochromatic Colors of #B5C17E
Black with #B5C17E
Text Example
Text Example
White with #B5C17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C17E; }
p { color: rgb(181,193,126); }
H1.HeaderClassName
{
color: #B5C17E;
}
.AnyTagClassName
{
color: #B5C17E;
}
</style>
background-color css
<style>
a { background-color: #B5C17E; }
a { background-color: rgb(181,193,126); }
div.DivClassName
{
background-color: #B5C17E;
}
.BgClassName
{
background-color: #B5C17E;
}
</style>
border-color css
<style>
span { border-color: #B5C17E; }
span { border-color: rgb(181,193,126); }
td.TdClassName
{
border-color: #B5C17E;
}
.TagClassName
{
border-color: #B5C17E;
}
</style>