Shades of Caper #B4C581
Tints of Caper #B4C581
RGB
CMYK
RGB Variations
Color information
#B4C581 (or 0xB4C581) is known color: Caper. HEX triplet: B4, C5 and 81. RGB value is (180,197,129). Sum of RGB (Red+Green+Blue) = 180+197+129=506 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.57% from 506); Green value is 197 (77.34% from 255 or 38.93% from 506); Blue value is 129 (50.78% from 255 or 25.49% from 506); Max value from RGB is 197 - color contains mainly: green. Hex color #B4C581 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C581 is #4B3A7E. Grayscale: #B8B8B8. Windows color (decimal): -4930175 or 8504756. OLE color: 8504756.
HSL color Cylindrical-coordinate representation of color #B4C581: hue angle of 75º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B4C581 is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 180 | 197 | 129 | - |
| CMYK | 0.09 | 0 | 0.35 | 0.23 |
| HSL | 75º | 0.37% | 0.64% | - |
| HSV(B) | 75º | 0.35% | 0.77% | - |
| XYZ | 42.75 | 51.22 | 28.4 | - |
| YUV | 184.17 | 96.87 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 197 | 129 | 0.09 | 0 | 0.35 | 0.23 | 75 | 0.37 | 0.64 |
| Hex | B4 | C5 | 81 | 9 | 0 | 23 | 17 | 4B | 25 | 40 |
| Octal | 264 | 305 | 201 | 11 | 0 | 43 | 27 | 113 | 45 | 100 |
| Binary | 10110100 | 11000101 | 10000001 | 1001 | 0 | 100011 | 10111 | 1001011 | 100101 | 1000000 |
Color Harmonies of #B4C581
Complementary color
Monochromatic Colors of #B4C581
Black with #B4C581
Text Example
Text Example
White with #B4C581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C581; }
p { color: rgb(180,197,129); }
H1.HeaderClassName
{
color: #B4C581;
}
.AnyTagClassName
{
color: #B4C581;
}
</style>
background-color css
<style>
a { background-color: #B4C581; }
a { background-color: rgb(180,197,129); }
div.DivClassName
{
background-color: #B4C581;
}
.BgClassName
{
background-color: #B4C581;
}
</style>
border-color css
<style>
span { border-color: #B4C581; }
span { border-color: rgb(180,197,129); }
td.TdClassName
{
border-color: #B4C581;
}
.TagClassName
{
border-color: #B4C581;
}
</style>