Shades of Caper #B0CF6D
Tints of Caper #B0CF6D
RGB
CMYK
RGB Variations
Color information
#B0CF6D (or 0xB0CF6D) is known color: Caper. HEX triplet: B0, CF and 6D. RGB value is (176,207,109). Sum of RGB (Red+Green+Blue) = 176+207+109=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 207 (81.25% from 255 or 42.07% from 492); Blue value is 109 (42.97% from 255 or 22.15% from 492); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CF6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CF6D is #4F3092. Grayscale: #BABABA. Windows color (decimal): -5189779 or 7196592. OLE color: 7196592.
HSL color Cylindrical-coordinate representation of color #B0CF6D: hue angle of 78.98º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B0CF6D is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 207 | 109 | - |
| CMYK | 0.15 | 0 | 0.47 | 0.19 |
| HSL | 78.98º | 0.51% | 0.62% | - |
| HSV(B) | 78.98º | 0.47% | 0.81% | - |
| XYZ | 42.98 | 54.96 | 22.81 | - |
| YUV | 186.56 | 84.23 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 207 | 109 | 0.15 | 0 | 0.47 | 0.19 | 78.98 | 0.51 | 0.62 |
| Hex | B0 | CF | 6D | F | 0 | 2F | 13 | 4F | 33 | 3E |
| Octal | 260 | 317 | 155 | 17 | 0 | 57 | 23 | 117 | 63 | 76 |
| Binary | 10110000 | 11001111 | 1101101 | 1111 | 0 | 101111 | 10011 | 1001111 | 110011 | 111110 |
Color Harmonies of #B0CF6D
Complementary color
Monochromatic Colors of #B0CF6D
Black with #B0CF6D
Text Example
Text Example
White with #B0CF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CF6D; }
p { color: rgb(176,207,109); }
H1.HeaderClassName
{
color: #B0CF6D;
}
.AnyTagClassName
{
color: #B0CF6D;
}
</style>
background-color css
<style>
a { background-color: #B0CF6D; }
a { background-color: rgb(176,207,109); }
div.DivClassName
{
background-color: #B0CF6D;
}
.BgClassName
{
background-color: #B0CF6D;
}
</style>
border-color css
<style>
span { border-color: #B0CF6D; }
span { border-color: rgb(176,207,109); }
td.TdClassName
{
border-color: #B0CF6D;
}
.TagClassName
{
border-color: #B0CF6D;
}
</style>