Shades of Chelsea Cucumber #94BD5C
Tints of Chelsea Cucumber #94BD5C
RGB
CMYK
RGB Variations
Color information
#94BD5C (or 0x94BD5C) is known color: Chelsea Cucumber. HEX triplet: 94, BD and 5C. RGB value is (148,189,92). Sum of RGB (Red+Green+Blue) = 148+189+92=429 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.50% from 429); Green value is 189 (74.22% from 255 or 44.06% from 429); Blue value is 92 (36.33% from 255 or 21.45% from 429); Max value from RGB is 189 - color contains mainly: green. Hex color #94BD5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BD5C is #6B42A3. Grayscale: #A6A6A6. Windows color (decimal): -7029412 or 6077844. OLE color: 6077844.
HSL color Cylindrical-coordinate representation of color #94BD5C: hue angle of 85.36º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #94BD5C is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 189 | 92 | - |
| CMYK | 0.22 | 0 | 0.51 | 0.26 |
| HSL | 85.36º | 0.42% | 0.55% | - |
| HSV(B) | 85.36º | 0.51% | 0.74% | - |
| XYZ | 32.34 | 43.46 | 16.81 | - |
| YUV | 165.68 | 86.42 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 189 | 92 | 0.22 | 0 | 0.51 | 0.26 | 85.36 | 0.42 | 0.55 |
| Hex | 94 | BD | 5C | 16 | 0 | 33 | 1A | 55 | 2A | 37 |
| Octal | 224 | 275 | 134 | 26 | 0 | 63 | 32 | 125 | 52 | 67 |
| Binary | 10010100 | 10111101 | 1011100 | 10110 | 0 | 110011 | 11010 | 1010101 | 101010 | 110111 |
Color Harmonies of #94BD5C
Complementary color
Monochromatic Colors of #94BD5C
Black with #94BD5C
Text Example
Text Example
White with #94BD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BD5C; }
p { color: rgb(148,189,92); }
H1.HeaderClassName
{
color: #94BD5C;
}
.AnyTagClassName
{
color: #94BD5C;
}
</style>
background-color css
<style>
a { background-color: #94BD5C; }
a { background-color: rgb(148,189,92); }
div.DivClassName
{
background-color: #94BD5C;
}
.BgClassName
{
background-color: #94BD5C;
}
</style>
border-color css
<style>
span { border-color: #94BD5C; }
span { border-color: rgb(148,189,92); }
td.TdClassName
{
border-color: #94BD5C;
}
.TagClassName
{
border-color: #94BD5C;
}
</style>