Shades of Caper #B5C388
Tints of Caper #B5C388
RGB
CMYK
RGB Variations
Color information
#B5C388 (or 0xB5C388) is known color: Caper. HEX triplet: B5, C3 and 88. RGB value is (181,195,136). Sum of RGB (Red+Green+Blue) = 181+195+136=512 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.35% from 512); Green value is 195 (76.56% from 255 or 38.09% from 512); Blue value is 136 (53.52% from 255 or 26.56% from 512); Max value from RGB is 195 - color contains mainly: green. Hex color #B5C388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C388 is #4A3C77. Grayscale: #B8B8B8. Windows color (decimal): -4865144 or 8962997. OLE color: 8962997.
HSL color Cylindrical-coordinate representation of color #B5C388: hue angle of 74.24º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B5C388 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 195 | 136 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.24 |
| HSL | 74.24º | 0.33% | 0.65% | - |
| HSV(B) | 74.24º | 0.3% | 0.76% | - |
| XYZ | 43.02 | 50.63 | 30.8 | - |
| YUV | 184.09 | 100.86 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 195 | 136 | 0.07 | 0 | 0.30 | 0.24 | 74.24 | 0.33 | 0.65 |
| Hex | B5 | C3 | 88 | 7 | 0 | 1E | 18 | 4A | 21 | 41 |
| Octal | 265 | 303 | 210 | 7 | 0 | 36 | 30 | 112 | 41 | 101 |
| Binary | 10110101 | 11000011 | 10001000 | 111 | 0 | 11110 | 11000 | 1001010 | 100001 | 1000001 |
Color Harmonies of #B5C388
Complementary color
Monochromatic Colors of #B5C388
Black with #B5C388
Text Example
Text Example
White with #B5C388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C388; }
p { color: rgb(181,195,136); }
H1.HeaderClassName
{
color: #B5C388;
}
.AnyTagClassName
{
color: #B5C388;
}
</style>
background-color css
<style>
a { background-color: #B5C388; }
a { background-color: rgb(181,195,136); }
div.DivClassName
{
background-color: #B5C388;
}
.BgClassName
{
background-color: #B5C388;
}
</style>
border-color css
<style>
span { border-color: #B5C388; }
span { border-color: rgb(181,195,136); }
td.TdClassName
{
border-color: #B5C388;
}
.TagClassName
{
border-color: #B5C388;
}
</style>