Shades of Caper #B5C67C
Tints of Caper #B5C67C
RGB
CMYK
RGB Variations
Color information
#B5C67C (or 0xB5C67C) is known color: Caper. HEX triplet: B5, C6 and 7C. RGB value is (181,198,124). Sum of RGB (Red+Green+Blue) = 181+198+124=503 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.98% from 503); Green value is 198 (77.73% from 255 or 39.36% from 503); Blue value is 124 (48.83% from 255 or 24.65% from 503); Max value from RGB is 198 - color contains mainly: green. Hex color #B5C67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C67C is #4A3983. Grayscale: #B8B8B8. Windows color (decimal): -4864388 or 8177333. OLE color: 8177333.
HSL color Cylindrical-coordinate representation of color #B5C67C: hue angle of 73.78º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B5C67C is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 198 | 124 | - |
| CMYK | 0.09 | 0 | 0.37 | 0.22 |
| HSL | 73.78º | 0.39% | 0.63% | - |
| HSV(B) | 73.78º | 0.37% | 0.78% | - |
| XYZ | 42.89 | 51.67 | 26.78 | - |
| YUV | 184.48 | 93.87 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 198 | 124 | 0.09 | 0 | 0.37 | 0.22 | 73.78 | 0.39 | 0.63 |
| Hex | B5 | C6 | 7C | 9 | 0 | 25 | 16 | 4A | 27 | 3F |
| Octal | 265 | 306 | 174 | 11 | 0 | 45 | 26 | 112 | 47 | 77 |
| Binary | 10110101 | 11000110 | 1111100 | 1001 | 0 | 100101 | 10110 | 1001010 | 100111 | 111111 |
Color Harmonies of #B5C67C
Complementary color
Monochromatic Colors of #B5C67C
Black with #B5C67C
Text Example
Text Example
White with #B5C67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C67C; }
p { color: rgb(181,198,124); }
H1.HeaderClassName
{
color: #B5C67C;
}
.AnyTagClassName
{
color: #B5C67C;
}
</style>
background-color css
<style>
a { background-color: #B5C67C; }
a { background-color: rgb(181,198,124); }
div.DivClassName
{
background-color: #B5C67C;
}
.BgClassName
{
background-color: #B5C67C;
}
</style>
border-color css
<style>
span { border-color: #B5C67C; }
span { border-color: rgb(181,198,124); }
td.TdClassName
{
border-color: #B5C67C;
}
.TagClassName
{
border-color: #B5C67C;
}
</style>