Shades of Caper #B5C87B
Tints of Caper #B5C87B
RGB
CMYK
RGB Variations
Color information
#B5C87B (or 0xB5C87B) is known color: Caper. HEX triplet: B5, C8 and 7B. RGB value is (181,200,123). Sum of RGB (Red+Green+Blue) = 181+200+123=504 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.91% from 504); Green value is 200 (78.52% from 255 or 39.68% from 504); Blue value is 123 (48.44% from 255 or 24.40% from 504); Max value from RGB is 200 - color contains mainly: green. Hex color #B5C87B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C87B is #4A3784. Grayscale: #B9B9B9. Windows color (decimal): -4863877 or 8112309. OLE color: 8112309.
HSL color Cylindrical-coordinate representation of color #B5C87B: hue angle of 74.81º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B5C87B is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
RGB | 181 | 200 | 123 | - |
CMYK | 0.09 | 0 | 0.38 | 0.22 |
HSL | 74.81º | 0.41% | 0.63% | - |
HSV(B) | 74.81º | 0.39% | 0.78% | - |
XYZ | 43.29 | 52.56 | 26.6 | - |
YUV | 185.54 | 92.71 | 124.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 200 | 123 | 0.09 | 0 | 0.38 | 0.22 | 74.81 | 0.41 | 0.63 |
Hex | B5 | C8 | 7B | 9 | 0 | 26 | 16 | 4B | 29 | 3F |
Octal | 265 | 310 | 173 | 11 | 0 | 46 | 26 | 113 | 51 | 77 |
Binary | 10110101 | 11001000 | 1111011 | 1001 | 0 | 100110 | 10110 | 1001011 | 101001 | 111111 |
Color Harmonies of #B5C87B
Complementary color
Monochromatic Colors of #B5C87B
Black with #B5C87B
Text Example
Text Example
White with #B5C87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C87B; }
p { color: rgb(181,200,123); }
H1.HeaderClassName
{
color: #B5C87B;
}
.AnyTagClassName
{
color: #B5C87B;
}
</style>
background-color css
<style>
a { background-color: #B5C87B; }
a { background-color: rgb(181,200,123); }
div.DivClassName
{
background-color: #B5C87B;
}
.BgClassName
{
background-color: #B5C87B;
}
</style>
border-color css
<style>
span { border-color: #B5C87B; }
span { border-color: rgb(181,200,123); }
td.TdClassName
{
border-color: #B5C87B;
}
.TagClassName
{
border-color: #B5C87B;
}
</style>