Shades of Caper #B5CF8A
Tints of Caper #B5CF8A
RGB
CMYK
RGB Variations
Color information
#B5CF8A (or 0xB5CF8A) is known color: Caper. HEX triplet: B5, CF and 8A. RGB value is (181,207,138). Sum of RGB (Red+Green+Blue) = 181+207+138=526 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.41% from 526); Green value is 207 (81.25% from 255 or 39.35% from 526); Blue value is 138 (54.30% from 255 or 26.24% from 526); Max value from RGB is 207 - color contains mainly: green. Hex color #B5CF8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CF8A is #4A3075. Grayscale: #BFBFBF. Windows color (decimal): -4862070 or 9097141. OLE color: 9097141.
HSL color Cylindrical-coordinate representation of color #B5CF8A: hue angle of 82.61º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B5CF8A is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 207 | 138 | - |
| CMYK | 0.13 | 0 | 0.33 | 0.19 |
| HSL | 82.61º | 0.42% | 0.68% | - |
| HSV(B) | 82.61º | 0.33% | 0.81% | - |
| XYZ | 45.96 | 56.28 | 32.49 | - |
| YUV | 191.36 | 97.89 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 207 | 138 | 0.13 | 0 | 0.33 | 0.19 | 82.61 | 0.42 | 0.68 |
| Hex | B5 | CF | 8A | D | 0 | 21 | 13 | 53 | 2A | 44 |
| Octal | 265 | 317 | 212 | 15 | 0 | 41 | 23 | 123 | 52 | 104 |
| Binary | 10110101 | 11001111 | 10001010 | 1101 | 0 | 100001 | 10011 | 1010011 | 101010 | 1000100 |
Color Harmonies of #B5CF8A
Complementary color
Monochromatic Colors of #B5CF8A
Black with #B5CF8A
Text Example
Text Example
White with #B5CF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CF8A; }
p { color: rgb(181,207,138); }
H1.HeaderClassName
{
color: #B5CF8A;
}
.AnyTagClassName
{
color: #B5CF8A;
}
</style>
background-color css
<style>
a { background-color: #B5CF8A; }
a { background-color: rgb(181,207,138); }
div.DivClassName
{
background-color: #B5CF8A;
}
.BgClassName
{
background-color: #B5CF8A;
}
</style>
border-color css
<style>
span { border-color: #B5CF8A; }
span { border-color: rgb(181,207,138); }
td.TdClassName
{
border-color: #B5CF8A;
}
.TagClassName
{
border-color: #B5CF8A;
}
</style>