Shades of Chelsea Cucumber #81B146
Tints of Chelsea Cucumber #81B146
RGB
CMYK
RGB Variations
Color information
#81B146 (or 0x81B146) is known color: Chelsea Cucumber. HEX triplet: 81, B1 and 46. RGB value is (129,177,70). Sum of RGB (Red+Green+Blue) = 129+177+70=376 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.31% from 376); Green value is 177 (69.53% from 255 or 47.07% from 376); Blue value is 70 (27.73% from 255 or 18.62% from 376); Max value from RGB is 177 - color contains mainly: green. Hex color #81B146 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81B146 is #7E4EB9. Grayscale: #969696. Windows color (decimal): -8277690 or 4632961. OLE color: 4632961.
HSL color Cylindrical-coordinate representation of color #81B146: hue angle of 86.92º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #81B146 is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 177 | 70 | - |
| CMYK | 0.27 | 0 | 0.60 | 0.31 |
| HSL | 86.92º | 0.43% | 0.48% | - |
| HSV(B) | 86.92º | 0.6% | 0.69% | - |
| XYZ | 25.88 | 36.55 | 11.49 | - |
| YUV | 150.45 | 82.6 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 177 | 70 | 0.27 | 0 | 0.60 | 0.31 | 86.92 | 0.43 | 0.48 |
| Hex | 81 | B1 | 46 | 1B | 0 | 3C | 1F | 57 | 2B | 30 |
| Octal | 201 | 261 | 106 | 33 | 0 | 74 | 37 | 127 | 53 | 60 |
| Binary | 10000001 | 10110001 | 1000110 | 11011 | 0 | 111100 | 11111 | 1010111 | 101011 | 110000 |
Color Harmonies of #81B146
Complementary color
Monochromatic Colors of #81B146
Black with #81B146
Text Example
Text Example
White with #81B146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B146; }
p { color: rgb(129,177,70); }
H1.HeaderClassName
{
color: #81B146;
}
.AnyTagClassName
{
color: #81B146;
}
</style>
background-color css
<style>
a { background-color: #81B146; }
a { background-color: rgb(129,177,70); }
div.DivClassName
{
background-color: #81B146;
}
.BgClassName
{
background-color: #81B146;
}
</style>
border-color css
<style>
span { border-color: #81B146; }
span { border-color: rgb(129,177,70); }
td.TdClassName
{
border-color: #81B146;
}
.TagClassName
{
border-color: #81B146;
}
</style>