Shades of Caper #B4C484
Tints of Caper #B4C484
RGB
CMYK
RGB Variations
Color information
#B4C484 (or 0xB4C484) is known color: Caper. HEX triplet: B4, C4 and 84. RGB value is (180,196,132). Sum of RGB (Red+Green+Blue) = 180+196+132=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 196 (76.95% from 255 or 38.58% from 508); Blue value is 132 (51.95% from 255 or 25.98% from 508); Max value from RGB is 196 - color contains mainly: green. Hex color #B4C484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C484 is #4B3B7B. Grayscale: #B8B8B8. Windows color (decimal): -4930428 or 8701108. OLE color: 8701108.
HSL color Cylindrical-coordinate representation of color #B4C484: hue angle of 75º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B4C484 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 180 | 196 | 132 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.23 |
| HSL | 75º | 0.35% | 0.64% | - |
| HSV(B) | 75º | 0.33% | 0.77% | - |
| XYZ | 42.73 | 50.85 | 29.39 | - |
| YUV | 183.92 | 98.7 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 196 | 132 | 0.08 | 0 | 0.33 | 0.23 | 75 | 0.35 | 0.64 |
| Hex | B4 | C4 | 84 | 8 | 0 | 21 | 17 | 4B | 23 | 40 |
| Octal | 264 | 304 | 204 | 10 | 0 | 41 | 27 | 113 | 43 | 100 |
| Binary | 10110100 | 11000100 | 10000100 | 1000 | 0 | 100001 | 10111 | 1001011 | 100011 | 1000000 |
Color Harmonies of #B4C484
Complementary color
Monochromatic Colors of #B4C484
Black with #B4C484
Text Example
Text Example
White with #B4C484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C484; }
p { color: rgb(180,196,132); }
H1.HeaderClassName
{
color: #B4C484;
}
.AnyTagClassName
{
color: #B4C484;
}
</style>
background-color css
<style>
a { background-color: #B4C484; }
a { background-color: rgb(180,196,132); }
div.DivClassName
{
background-color: #B4C484;
}
.BgClassName
{
background-color: #B4C484;
}
</style>
border-color css
<style>
span { border-color: #B4C484; }
span { border-color: rgb(180,196,132); }
td.TdClassName
{
border-color: #B4C484;
}
.TagClassName
{
border-color: #B4C484;
}
</style>