Shades of Caper #B5C27C
Tints of Caper #B5C27C
RGB
CMYK
RGB Variations
Color information
#B5C27C (or 0xB5C27C) is known color: Caper. HEX triplet: B5, C2 and 7C. RGB value is (181,194,124). Sum of RGB (Red+Green+Blue) = 181+194+124=499 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.27% from 499); Green value is 194 (76.17% from 255 or 38.88% from 499); Blue value is 124 (48.83% from 255 or 24.85% from 499); Max value from RGB is 194 - color contains mainly: green. Hex color #B5C27C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C27C is #4A3D83. Grayscale: #B6B6B6. Windows color (decimal): -4865412 or 8176309. OLE color: 8176309.
HSL color Cylindrical-coordinate representation of color #B5C27C: hue angle of 71.14º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B5C27C is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 194 | 124 | - |
| CMYK | 0.07 | 0 | 0.36 | 0.24 |
| HSL | 71.14º | 0.36% | 0.62% | - |
| HSV(B) | 71.14º | 0.36% | 0.76% | - |
| XYZ | 41.99 | 49.86 | 26.48 | - |
| YUV | 182.13 | 95.19 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 194 | 124 | 0.07 | 0 | 0.36 | 0.24 | 71.14 | 0.36 | 0.62 |
| Hex | B5 | C2 | 7C | 7 | 0 | 24 | 18 | 47 | 24 | 3E |
| Octal | 265 | 302 | 174 | 7 | 0 | 44 | 30 | 107 | 44 | 76 |
| Binary | 10110101 | 11000010 | 1111100 | 111 | 0 | 100100 | 11000 | 1000111 | 100100 | 111110 |
Color Harmonies of #B5C27C
Complementary color
Monochromatic Colors of #B5C27C
Black with #B5C27C
Text Example
Text Example
White with #B5C27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C27C; }
p { color: rgb(181,194,124); }
H1.HeaderClassName
{
color: #B5C27C;
}
.AnyTagClassName
{
color: #B5C27C;
}
</style>
background-color css
<style>
a { background-color: #B5C27C; }
a { background-color: rgb(181,194,124); }
div.DivClassName
{
background-color: #B5C27C;
}
.BgClassName
{
background-color: #B5C27C;
}
</style>
border-color css
<style>
span { border-color: #B5C27C; }
span { border-color: rgb(181,194,124); }
td.TdClassName
{
border-color: #B5C27C;
}
.TagClassName
{
border-color: #B5C27C;
}
</style>