Shades of Caper #B5C07E
Tints of Caper #B5C07E
RGB
CMYK
RGB Variations
Color information
#B5C07E (or 0xB5C07E) is known color: Caper. HEX triplet: B5, C0 and 7E. RGB value is (181,192,126). Sum of RGB (Red+Green+Blue) = 181+192+126=499 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.27% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 126 (49.61% from 255 or 25.25% from 499); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C07E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C07E is #4A3F81. Grayscale: #B5B5B5. Windows color (decimal): -4865922 or 8306869. OLE color: 8306869.
HSL color Cylindrical-coordinate representation of color #B5C07E: hue angle of 70º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B5C07E is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 192 | 126 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.25 |
| HSL | 70º | 0.34% | 0.62% | - |
| HSV(B) | 70º | 0.34% | 0.75% | - |
| XYZ | 41.67 | 49.03 | 27.01 | - |
| YUV | 181.19 | 96.86 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 192 | 126 | 0.06 | 0 | 0.34 | 0.25 | 70 | 0.34 | 0.62 |
| Hex | B5 | C0 | 7E | 6 | 0 | 22 | 19 | 46 | 22 | 3E |
| Octal | 265 | 300 | 176 | 6 | 0 | 42 | 31 | 106 | 42 | 76 |
| Binary | 10110101 | 11000000 | 1111110 | 110 | 0 | 100010 | 11001 | 1000110 | 100010 | 111110 |
Color Harmonies of #B5C07E
Complementary color
Monochromatic Colors of #B5C07E
Black with #B5C07E
Text Example
Text Example
White with #B5C07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C07E; }
p { color: rgb(181,192,126); }
H1.HeaderClassName
{
color: #B5C07E;
}
.AnyTagClassName
{
color: #B5C07E;
}
</style>
background-color css
<style>
a { background-color: #B5C07E; }
a { background-color: rgb(181,192,126); }
div.DivClassName
{
background-color: #B5C07E;
}
.BgClassName
{
background-color: #B5C07E;
}
</style>
border-color css
<style>
span { border-color: #B5C07E; }
span { border-color: rgb(181,192,126); }
td.TdClassName
{
border-color: #B5C07E;
}
.TagClassName
{
border-color: #B5C07E;
}
</style>