Shades of Caper #B5BF80
Tints of Caper #B5BF80
RGB
CMYK
RGB Variations
Color information
#B5BF80 (or 0xB5BF80) is known color: Caper. HEX triplet: B5, BF and 80. RGB value is (181,191,128). Sum of RGB (Red+Green+Blue) = 181+191+128=500 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.2% from 500); Green value is 191 (75% from 255 or 38.2% from 500); Blue value is 128 (50.39% from 255 or 25.6% from 500); Max value from RGB is 191 - color contains mainly: green. Hex color #B5BF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BF80 is #4A407F. Grayscale: #B5B5B5. Windows color (decimal): -4866176 or 8437685. OLE color: 8437685.
HSL color Cylindrical-coordinate representation of color #B5BF80: hue angle of 69.52º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B5BF80 is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 191 | 128 | - |
| CMYK | 0.05 | 0 | 0.33 | 0.25 |
| HSL | 69.52º | 0.33% | 0.63% | - |
| HSV(B) | 69.52º | 0.33% | 0.75% | - |
| XYZ | 41.58 | 48.64 | 27.62 | - |
| YUV | 180.83 | 98.19 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 191 | 128 | 0.05 | 0 | 0.33 | 0.25 | 69.52 | 0.33 | 0.63 |
| Hex | B5 | BF | 80 | 5 | 0 | 21 | 19 | 46 | 21 | 3F |
| Octal | 265 | 277 | 200 | 5 | 0 | 41 | 31 | 106 | 41 | 77 |
| Binary | 10110101 | 10111111 | 10000000 | 101 | 0 | 100001 | 11001 | 1000110 | 100001 | 111111 |
Color Harmonies of #B5BF80
Complementary color
Monochromatic Colors of #B5BF80
Black with #B5BF80
Text Example
Text Example
White with #B5BF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BF80; }
p { color: rgb(181,191,128); }
H1.HeaderClassName
{
color: #B5BF80;
}
.AnyTagClassName
{
color: #B5BF80;
}
</style>
background-color css
<style>
a { background-color: #B5BF80; }
a { background-color: rgb(181,191,128); }
div.DivClassName
{
background-color: #B5BF80;
}
.BgClassName
{
background-color: #B5BF80;
}
</style>
border-color css
<style>
span { border-color: #B5BF80; }
span { border-color: rgb(181,191,128); }
td.TdClassName
{
border-color: #B5BF80;
}
.TagClassName
{
border-color: #B5BF80;
}
</style>