Shades of Caper #B0C67D
Tints of Caper #B0C67D
RGB
CMYK
RGB Variations
Color information
#B0C67D (or 0xB0C67D) is known color: Caper. HEX triplet: B0, C6 and 7D. RGB value is (176,198,125). Sum of RGB (Red+Green+Blue) = 176+198+125=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 198 (77.73% from 255 or 39.68% from 499); Blue value is 125 (49.22% from 255 or 25.05% from 499); Max value from RGB is 198 - color contains mainly: green. Hex color #B0C67D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C67D is #4F3982. Grayscale: #B7B7B7. Windows color (decimal): -5192067 or 8242864. OLE color: 8242864.
HSL color Cylindrical-coordinate representation of color #B0C67D: hue angle of 78.08º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B0C67D is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 198 | 125 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.22 |
| HSL | 78.08º | 0.39% | 0.63% | - |
| HSV(B) | 78.08º | 0.37% | 0.78% | - |
| XYZ | 41.8 | 51.1 | 27.06 | - |
| YUV | 183.1 | 95.21 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 198 | 125 | 0.11 | 0 | 0.37 | 0.22 | 78.08 | 0.39 | 0.63 |
| Hex | B0 | C6 | 7D | B | 0 | 25 | 16 | 4E | 27 | 3F |
| Octal | 260 | 306 | 175 | 13 | 0 | 45 | 26 | 116 | 47 | 77 |
| Binary | 10110000 | 11000110 | 1111101 | 1011 | 0 | 100101 | 10110 | 1001110 | 100111 | 111111 |
Color Harmonies of #B0C67D
Complementary color
Monochromatic Colors of #B0C67D
Black with #B0C67D
Text Example
Text Example
White with #B0C67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C67D; }
p { color: rgb(176,198,125); }
H1.HeaderClassName
{
color: #B0C67D;
}
.AnyTagClassName
{
color: #B0C67D;
}
</style>
background-color css
<style>
a { background-color: #B0C67D; }
a { background-color: rgb(176,198,125); }
div.DivClassName
{
background-color: #B0C67D;
}
.BgClassName
{
background-color: #B0C67D;
}
</style>
border-color css
<style>
span { border-color: #B0C67D; }
span { border-color: rgb(176,198,125); }
td.TdClassName
{
border-color: #B0C67D;
}
.TagClassName
{
border-color: #B0C67D;
}
</style>