Shades of Caper #B4D07C
Tints of Caper #B4D07C
RGB
CMYK
RGB Variations
Color information
#B4D07C (or 0xB4D07C) is known color: Caper. HEX triplet: B4, D0 and 7C. RGB value is (180,208,124). Sum of RGB (Red+Green+Blue) = 180+208+124=512 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.16% from 512); Green value is 208 (81.64% from 255 or 40.62% from 512); Blue value is 124 (48.83% from 255 or 24.22% from 512); Max value from RGB is 208 - color contains mainly: green. Hex color #B4D07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D07C is #4B2F83. Grayscale: #BEBEBE. Windows color (decimal): -4927364 or 8179892. OLE color: 8179892.
HSL color Cylindrical-coordinate representation of color #B4D07C: hue angle of 80º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B4D07C is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 208 | 124 | - |
| CMYK | 0.13 | 0 | 0.40 | 0.18 |
| HSL | 80º | 0.47% | 0.65% | - |
| HSV(B) | 80º | 0.4% | 0.82% | - |
| XYZ | 45.02 | 56.27 | 27.56 | - |
| YUV | 190.05 | 90.72 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 208 | 124 | 0.13 | 0 | 0.40 | 0.18 | 80 | 0.47 | 0.65 |
| Hex | B4 | D0 | 7C | D | 0 | 28 | 12 | 50 | 2F | 41 |
| Octal | 264 | 320 | 174 | 15 | 0 | 50 | 22 | 120 | 57 | 101 |
| Binary | 10110100 | 11010000 | 1111100 | 1101 | 0 | 101000 | 10010 | 1010000 | 101111 | 1000001 |
Color Harmonies of #B4D07C
Complementary color
Monochromatic Colors of #B4D07C
Black with #B4D07C
Text Example
Text Example
White with #B4D07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D07C; }
p { color: rgb(180,208,124); }
H1.HeaderClassName
{
color: #B4D07C;
}
.AnyTagClassName
{
color: #B4D07C;
}
</style>
background-color css
<style>
a { background-color: #B4D07C; }
a { background-color: rgb(180,208,124); }
div.DivClassName
{
background-color: #B4D07C;
}
.BgClassName
{
background-color: #B4D07C;
}
</style>
border-color css
<style>
span { border-color: #B4D07C; }
span { border-color: rgb(180,208,124); }
td.TdClassName
{
border-color: #B4D07C;
}
.TagClassName
{
border-color: #B4D07C;
}
</style>