Shades of Caper #B4D67B
Tints of Caper #B4D67B
RGB
CMYK
RGB Variations
Color information
#B4D67B (or 0xB4D67B) is known color: Caper. HEX triplet: B4, D6 and 7B. RGB value is (180,214,123). Sum of RGB (Red+Green+Blue) = 180+214+123=517 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.82% from 517); Green value is 214 (83.98% from 255 or 41.39% from 517); Blue value is 123 (48.44% from 255 or 23.79% from 517); Max value from RGB is 214 - color contains mainly: green. Hex color #B4D67B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D67B is #4B2984. Grayscale: #C1C1C1. Windows color (decimal): -4925829 or 8115892. OLE color: 8115892.
HSL color Cylindrical-coordinate representation of color #B4D67B: hue angle of 82.42º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B4D67B is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 214 | 123 | - |
| CMYK | 0.16 | 0 | 0.43 | 0.16 |
| HSL | 82.42º | 0.53% | 0.66% | - |
| HSV(B) | 82.42º | 0.43% | 0.84% | - |
| XYZ | 46.44 | 59.23 | 27.72 | - |
| YUV | 193.46 | 88.24 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 214 | 123 | 0.16 | 0 | 0.43 | 0.16 | 82.42 | 0.53 | 0.66 |
| Hex | B4 | D6 | 7B | 10 | 0 | 2B | 10 | 52 | 35 | 42 |
| Octal | 264 | 326 | 173 | 20 | 0 | 53 | 20 | 122 | 65 | 102 |
| Binary | 10110100 | 11010110 | 1111011 | 10000 | 0 | 101011 | 10000 | 1010010 | 110101 | 1000010 |
Color Harmonies of #B4D67B
Complementary color
Monochromatic Colors of #B4D67B
Black with #B4D67B
Text Example
Text Example
White with #B4D67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D67B; }
p { color: rgb(180,214,123); }
H1.HeaderClassName
{
color: #B4D67B;
}
.AnyTagClassName
{
color: #B4D67B;
}
</style>
background-color css
<style>
a { background-color: #B4D67B; }
a { background-color: rgb(180,214,123); }
div.DivClassName
{
background-color: #B4D67B;
}
.BgClassName
{
background-color: #B4D67B;
}
</style>
border-color css
<style>
span { border-color: #B4D67B; }
span { border-color: rgb(180,214,123); }
td.TdClassName
{
border-color: #B4D67B;
}
.TagClassName
{
border-color: #B4D67B;
}
</style>