Shades of Caper #B5C47B
Tints of Caper #B5C47B
RGB
CMYK
RGB Variations
Color information
#B5C47B (or 0xB5C47B) is known color: Caper. HEX triplet: B5, C4 and 7B. RGB value is (181,196,123). Sum of RGB (Red+Green+Blue) = 181+196+123=500 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.2% from 500); Green value is 196 (76.95% from 255 or 39.2% from 500); Blue value is 123 (48.44% from 255 or 24.6% from 500); Max value from RGB is 196 - color contains mainly: green. Hex color #B5C47B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C47B is #4A3B84. Grayscale: #B7B7B7. Windows color (decimal): -4864901 or 8111285. OLE color: 8111285.
HSL color Cylindrical-coordinate representation of color #B5C47B: hue angle of 72.33º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B5C47B is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 181 | 196 | 123 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.23 |
| HSL | 72.33º | 0.38% | 0.63% | - |
| HSV(B) | 72.33º | 0.37% | 0.77% | - |
| XYZ | 42.37 | 50.73 | 26.3 | - |
| YUV | 183.19 | 94.03 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 196 | 123 | 0.08 | 0 | 0.37 | 0.23 | 72.33 | 0.38 | 0.63 |
| Hex | B5 | C4 | 7B | 8 | 0 | 25 | 17 | 48 | 26 | 3F |
| Octal | 265 | 304 | 173 | 10 | 0 | 45 | 27 | 110 | 46 | 77 |
| Binary | 10110101 | 11000100 | 1111011 | 1000 | 0 | 100101 | 10111 | 1001000 | 100110 | 111111 |
Color Harmonies of #B5C47B
Complementary color
Monochromatic Colors of #B5C47B
Black with #B5C47B
Text Example
Text Example
White with #B5C47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C47B; }
p { color: rgb(181,196,123); }
H1.HeaderClassName
{
color: #B5C47B;
}
.AnyTagClassName
{
color: #B5C47B;
}
</style>
background-color css
<style>
a { background-color: #B5C47B; }
a { background-color: rgb(181,196,123); }
div.DivClassName
{
background-color: #B5C47B;
}
.BgClassName
{
background-color: #B5C47B;
}
</style>
border-color css
<style>
span { border-color: #B5C47B; }
span { border-color: rgb(181,196,123); }
td.TdClassName
{
border-color: #B5C47B;
}
.TagClassName
{
border-color: #B5C47B;
}
</style>