Shades of Chelsea Cucumber #95B15B
Tints of Chelsea Cucumber #95B15B
RGB
CMYK
RGB Variations
Color information
#95B15B (or 0x95B15B) is known color: Chelsea Cucumber. HEX triplet: 95, B1 and 5B. RGB value is (149,177,91). Sum of RGB (Red+Green+Blue) = 149+177+91=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 177 (69.53% from 255 or 42.45% from 417); Blue value is 91 (35.94% from 255 or 21.82% from 417); Max value from RGB is 177 - color contains mainly: green. Hex color #95B15B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95B15B is #6A4EA4. Grayscale: #9F9F9F. Windows color (decimal): -6966949 or 6009237. OLE color: 6009237.
HSL color Cylindrical-coordinate representation of color #95B15B: hue angle of 79.53º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #95B15B is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 177 | 91 | - |
| CMYK | 0.16 | 0 | 0.49 | 0.31 |
| HSL | 79.53º | 0.36% | 0.53% | - |
| HSV(B) | 79.53º | 0.49% | 0.69% | - |
| XYZ | 30 | 38.59 | 15.76 | - |
| YUV | 158.82 | 89.72 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 177 | 91 | 0.16 | 0 | 0.49 | 0.31 | 79.53 | 0.36 | 0.53 |
| Hex | 95 | B1 | 5B | 10 | 0 | 31 | 1F | 50 | 24 | 35 |
| Octal | 225 | 261 | 133 | 20 | 0 | 61 | 37 | 120 | 44 | 65 |
| Binary | 10010101 | 10110001 | 1011011 | 10000 | 0 | 110001 | 11111 | 1010000 | 100100 | 110101 |
Color Harmonies of #95B15B
Complementary color
Monochromatic Colors of #95B15B
Black with #95B15B
Text Example
Text Example
White with #95B15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B15B; }
p { color: rgb(149,177,91); }
H1.HeaderClassName
{
color: #95B15B;
}
.AnyTagClassName
{
color: #95B15B;
}
</style>
background-color css
<style>
a { background-color: #95B15B; }
a { background-color: rgb(149,177,91); }
div.DivClassName
{
background-color: #95B15B;
}
.BgClassName
{
background-color: #95B15B;
}
</style>
border-color css
<style>
span { border-color: #95B15B; }
span { border-color: rgb(149,177,91); }
td.TdClassName
{
border-color: #95B15B;
}
.TagClassName
{
border-color: #95B15B;
}
</style>