Shades of Caper #B5C67A
Tints of Caper #B5C67A
RGB
CMYK
RGB Variations
Color information
#B5C67A (or 0xB5C67A) is known color: Caper. HEX triplet: B5, C6 and 7A. RGB value is (181,198,122). Sum of RGB (Red+Green+Blue) = 181+198+122=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 198 (77.73% from 255 or 39.52% from 501); Blue value is 122 (48.05% from 255 or 24.35% from 501); Max value from RGB is 198 - color contains mainly: green. Hex color #B5C67A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C67A is #4A3985. Grayscale: #B8B8B8. Windows color (decimal): -4864390 or 8046261. OLE color: 8046261.
HSL color Cylindrical-coordinate representation of color #B5C67A: hue angle of 73.42º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B5C67A is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 198 | 122 | - |
| CMYK | 0.09 | 0 | 0.38 | 0.22 |
| HSL | 73.42º | 0.4% | 0.63% | - |
| HSV(B) | 73.42º | 0.38% | 0.78% | - |
| XYZ | 42.76 | 51.62 | 26.12 | - |
| YUV | 184.25 | 92.87 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 198 | 122 | 0.09 | 0 | 0.38 | 0.22 | 73.42 | 0.4 | 0.63 |
| Hex | B5 | C6 | 7A | 9 | 0 | 26 | 16 | 49 | 28 | 3F |
| Octal | 265 | 306 | 172 | 11 | 0 | 46 | 26 | 111 | 50 | 77 |
| Binary | 10110101 | 11000110 | 1111010 | 1001 | 0 | 100110 | 10110 | 1001001 | 101000 | 111111 |
Color Harmonies of #B5C67A
Complementary color
Monochromatic Colors of #B5C67A
Black with #B5C67A
Text Example
Text Example
White with #B5C67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C67A; }
p { color: rgb(181,198,122); }
H1.HeaderClassName
{
color: #B5C67A;
}
.AnyTagClassName
{
color: #B5C67A;
}
</style>
background-color css
<style>
a { background-color: #B5C67A; }
a { background-color: rgb(181,198,122); }
div.DivClassName
{
background-color: #B5C67A;
}
.BgClassName
{
background-color: #B5C67A;
}
</style>
border-color css
<style>
span { border-color: #B5C67A; }
span { border-color: rgb(181,198,122); }
td.TdClassName
{
border-color: #B5C67A;
}
.TagClassName
{
border-color: #B5C67A;
}
</style>