Shades of Caper #B5C88C
Tints of Caper #B5C88C
RGB
CMYK
RGB Variations
Color information
#B5C88C (or 0xB5C88C) is known color: Caper. HEX triplet: B5, C8 and 8C. RGB value is (181,200,140). Sum of RGB (Red+Green+Blue) = 181+200+140=521 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.74% from 521); Green value is 200 (78.52% from 255 or 38.39% from 521); Blue value is 140 (55.08% from 255 or 26.87% from 521); Max value from RGB is 200 - color contains mainly: green. Hex color #B5C88C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C88C is #4A3773. Grayscale: #BBBBBB. Windows color (decimal): -4863860 or 9226421. OLE color: 9226421.
HSL color Cylindrical-coordinate representation of color #B5C88C: hue angle of 79º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B5C88C is Cyan = 0.09, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 200 | 140 | - |
| CMYK | 0.09 | 0 | 0.3 | 0.22 |
| HSL | 79º | 0.35% | 0.67% | - |
| HSV(B) | 79º | 0.3% | 0.78% | - |
| XYZ | 44.44 | 53.03 | 32.7 | - |
| YUV | 187.48 | 101.21 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 200 | 140 | 0.09 | 0 | 0.3 | 0.22 | 79 | 0.35 | 0.67 |
| Hex | B5 | C8 | 8C | 9 | 0 | 1E | 16 | 4F | 23 | 43 |
| Octal | 265 | 310 | 214 | 11 | 0 | 36 | 26 | 117 | 43 | 103 |
| Binary | 10110101 | 11001000 | 10001100 | 1001 | 0 | 11110 | 10110 | 1001111 | 100011 | 1000011 |
Color Harmonies of #B5C88C
Complementary color
Monochromatic Colors of #B5C88C
Black with #B5C88C
Text Example
Text Example
White with #B5C88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C88C; }
p { color: rgb(181,200,140); }
H1.HeaderClassName
{
color: #B5C88C;
}
.AnyTagClassName
{
color: #B5C88C;
}
</style>
background-color css
<style>
a { background-color: #B5C88C; }
a { background-color: rgb(181,200,140); }
div.DivClassName
{
background-color: #B5C88C;
}
.BgClassName
{
background-color: #B5C88C;
}
</style>
border-color css
<style>
span { border-color: #B5C88C; }
span { border-color: rgb(181,200,140); }
td.TdClassName
{
border-color: #B5C88C;
}
.TagClassName
{
border-color: #B5C88C;
}
</style>