Shades of Caper #B2C77E
Tints of Caper #B2C77E
RGB
CMYK
RGB Variations
Color information
#B2C77E (or 0xB2C77E) is known color: Caper. HEX triplet: B2, C7 and 7E. RGB value is (178,199,126). Sum of RGB (Red+Green+Blue) = 178+199+126=503 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.39% from 503); Green value is 199 (78.12% from 255 or 39.56% from 503); Blue value is 126 (49.61% from 255 or 25.05% from 503); Max value from RGB is 199 - color contains mainly: green. Hex color #B2C77E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C77E is #4D3881. Grayscale: #B8B8B8. Windows color (decimal): -5060738 or 8308658. OLE color: 8308658.
HSL color Cylindrical-coordinate representation of color #B2C77E: hue angle of 77.26º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B2C77E is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 199 | 126 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.22 |
| HSL | 77.26º | 0.39% | 0.64% | - |
| HSV(B) | 77.26º | 0.37% | 0.78% | - |
| XYZ | 42.55 | 51.82 | 27.5 | - |
| YUV | 184.4 | 95.04 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 199 | 126 | 0.11 | 0 | 0.37 | 0.22 | 77.26 | 0.39 | 0.64 |
| Hex | B2 | C7 | 7E | B | 0 | 25 | 16 | 4D | 27 | 40 |
| Octal | 262 | 307 | 176 | 13 | 0 | 45 | 26 | 115 | 47 | 100 |
| Binary | 10110010 | 11000111 | 1111110 | 1011 | 0 | 100101 | 10110 | 1001101 | 100111 | 1000000 |
Color Harmonies of #B2C77E
Complementary color
Monochromatic Colors of #B2C77E
Black with #B2C77E
Text Example
Text Example
White with #B2C77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C77E; }
p { color: rgb(178,199,126); }
H1.HeaderClassName
{
color: #B2C77E;
}
.AnyTagClassName
{
color: #B2C77E;
}
</style>
background-color css
<style>
a { background-color: #B2C77E; }
a { background-color: rgb(178,199,126); }
div.DivClassName
{
background-color: #B2C77E;
}
.BgClassName
{
background-color: #B2C77E;
}
</style>
border-color css
<style>
span { border-color: #B2C77E; }
span { border-color: rgb(178,199,126); }
td.TdClassName
{
border-color: #B2C77E;
}
.TagClassName
{
border-color: #B2C77E;
}
</style>