Shades of Chelsea Cucumber #94B15C
Tints of Chelsea Cucumber #94B15C
RGB
CMYK
RGB Variations
Color information
#94B15C (or 0x94B15C) is known color: Chelsea Cucumber. HEX triplet: 94, B1 and 5C. RGB value is (148,177,92). Sum of RGB (Red+Green+Blue) = 148+177+92=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 177 (69.53% from 255 or 42.45% from 417); Blue value is 92 (36.33% from 255 or 22.06% from 417); Max value from RGB is 177 - color contains mainly: green. Hex color #94B15C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94B15C is #6B4EA3. Grayscale: #9E9E9E. Windows color (decimal): -7032484 or 6074772. OLE color: 6074772.
HSL color Cylindrical-coordinate representation of color #94B15C: hue angle of 80.47º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #94B15C is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 148 | 177 | 92 | - |
| CMYK | 0.16 | 0 | 0.48 | 0.31 |
| HSL | 80.47º | 0.35% | 0.53% | - |
| HSV(B) | 80.47º | 0.48% | 0.69% | - |
| XYZ | 29.87 | 38.51 | 15.98 | - |
| YUV | 158.64 | 90.39 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 177 | 92 | 0.16 | 0 | 0.48 | 0.31 | 80.47 | 0.35 | 0.53 |
| Hex | 94 | B1 | 5C | 10 | 0 | 30 | 1F | 50 | 23 | 35 |
| Octal | 224 | 261 | 134 | 20 | 0 | 60 | 37 | 120 | 43 | 65 |
| Binary | 10010100 | 10110001 | 1011100 | 10000 | 0 | 110000 | 11111 | 1010000 | 100011 | 110101 |
Color Harmonies of #94B15C
Complementary color
Monochromatic Colors of #94B15C
Black with #94B15C
Text Example
Text Example
White with #94B15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B15C; }
p { color: rgb(148,177,92); }
H1.HeaderClassName
{
color: #94B15C;
}
.AnyTagClassName
{
color: #94B15C;
}
</style>
background-color css
<style>
a { background-color: #94B15C; }
a { background-color: rgb(148,177,92); }
div.DivClassName
{
background-color: #94B15C;
}
.BgClassName
{
background-color: #94B15C;
}
</style>
border-color css
<style>
span { border-color: #94B15C; }
span { border-color: rgb(148,177,92); }
td.TdClassName
{
border-color: #94B15C;
}
.TagClassName
{
border-color: #94B15C;
}
</style>