Shades of Caper #B5C27D
Tints of Caper #B5C27D
RGB
CMYK
RGB Variations
Color information
#B5C27D (or 0xB5C27D) is known color: Caper. HEX triplet: B5, C2 and 7D. RGB value is (181,194,125). Sum of RGB (Red+Green+Blue) = 181+194+125=500 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.2% from 500); Green value is 194 (76.17% from 255 or 38.8% from 500); Blue value is 125 (49.22% from 255 or 25% from 500); Max value from RGB is 194 - color contains mainly: green. Hex color #B5C27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C27D is #4A3D82. Grayscale: #B6B6B6. Windows color (decimal): -4865411 or 8241845. OLE color: 8241845.
HSL color Cylindrical-coordinate representation of color #B5C27D: hue angle of 71.3º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B5C27D is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 194 | 125 | - |
| CMYK | 0.07 | 0 | 0.36 | 0.24 |
| HSL | 71.3º | 0.36% | 0.63% | - |
| HSV(B) | 71.3º | 0.36% | 0.76% | - |
| XYZ | 42.05 | 49.89 | 26.82 | - |
| YUV | 182.25 | 95.69 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 194 | 125 | 0.07 | 0 | 0.36 | 0.24 | 71.3 | 0.36 | 0.63 |
| Hex | B5 | C2 | 7D | 7 | 0 | 24 | 18 | 47 | 24 | 3F |
| Octal | 265 | 302 | 175 | 7 | 0 | 44 | 30 | 107 | 44 | 77 |
| Binary | 10110101 | 11000010 | 1111101 | 111 | 0 | 100100 | 11000 | 1000111 | 100100 | 111111 |
Color Harmonies of #B5C27D
Complementary color
Monochromatic Colors of #B5C27D
Black with #B5C27D
Text Example
Text Example
White with #B5C27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C27D; }
p { color: rgb(181,194,125); }
H1.HeaderClassName
{
color: #B5C27D;
}
.AnyTagClassName
{
color: #B5C27D;
}
</style>
background-color css
<style>
a { background-color: #B5C27D; }
a { background-color: rgb(181,194,125); }
div.DivClassName
{
background-color: #B5C27D;
}
.BgClassName
{
background-color: #B5C27D;
}
</style>
border-color css
<style>
span { border-color: #B5C27D; }
span { border-color: rgb(181,194,125); }
td.TdClassName
{
border-color: #B5C27D;
}
.TagClassName
{
border-color: #B5C27D;
}
</style>