Shades of Chelsea Cucumber #91AF5B
Tints of Chelsea Cucumber #91AF5B
RGB
CMYK
RGB Variations
Color information
#91AF5B (or 0x91AF5B) is known color: Chelsea Cucumber. HEX triplet: 91, AF and 5B. RGB value is (145,175,91). Sum of RGB (Red+Green+Blue) = 145+175+91=411 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.28% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 91 (35.94% from 255 or 22.14% from 411); Max value from RGB is 175 - color contains mainly: green. Hex color #91AF5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91AF5B is #6E50A4. Grayscale: #9C9C9C. Windows color (decimal): -7229605 or 6008721. OLE color: 6008721.
HSL color Cylindrical-coordinate representation of color #91AF5B: hue angle of 81.43º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #91AF5B is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 145 | 175 | 91 | - |
| CMYK | 0.17 | 0 | 0.48 | 0.31 |
| HSL | 81.43º | 0.34% | 0.52% | - |
| HSV(B) | 81.43º | 0.48% | 0.69% | - |
| XYZ | 28.9 | 37.44 | 15.6 | - |
| YUV | 156.45 | 91.06 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 175 | 91 | 0.17 | 0 | 0.48 | 0.31 | 81.43 | 0.34 | 0.52 |
| Hex | 91 | AF | 5B | 11 | 0 | 30 | 1F | 51 | 22 | 34 |
| Octal | 221 | 257 | 133 | 21 | 0 | 60 | 37 | 121 | 42 | 64 |
| Binary | 10010001 | 10101111 | 1011011 | 10001 | 0 | 110000 | 11111 | 1010001 | 100010 | 110100 |
Color Harmonies of #91AF5B
Complementary color
Monochromatic Colors of #91AF5B
Black with #91AF5B
Text Example
Text Example
White with #91AF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AF5B; }
p { color: rgb(145,175,91); }
H1.HeaderClassName
{
color: #91AF5B;
}
.AnyTagClassName
{
color: #91AF5B;
}
</style>
background-color css
<style>
a { background-color: #91AF5B; }
a { background-color: rgb(145,175,91); }
div.DivClassName
{
background-color: #91AF5B;
}
.BgClassName
{
background-color: #91AF5B;
}
</style>
border-color css
<style>
span { border-color: #91AF5B; }
span { border-color: rgb(145,175,91); }
td.TdClassName
{
border-color: #91AF5B;
}
.TagClassName
{
border-color: #91AF5B;
}
</style>