Shades of Chelsea Cucumber #92BC5C
Tints of Chelsea Cucumber #92BC5C
RGB
CMYK
RGB Variations
Color information
#92BC5C (or 0x92BC5C) is known color: Chelsea Cucumber. HEX triplet: 92, BC and 5C. RGB value is (146,188,92). Sum of RGB (Red+Green+Blue) = 146+188+92=426 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.27% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 92 (36.33% from 255 or 21.60% from 426); Max value from RGB is 188 - color contains mainly: green. Hex color #92BC5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92BC5C is #6D43A3. Grayscale: #A4A4A4. Windows color (decimal): -7160740 or 6077586. OLE color: 6077586.
HSL color Cylindrical-coordinate representation of color #92BC5C: hue angle of 86.25º 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 #92BC5C is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 188 | 92 | - |
| CMYK | 0.22 | 0 | 0.51 | 0.26 |
| HSL | 86.25º | 0.42% | 0.55% | - |
| HSV(B) | 86.25º | 0.51% | 0.74% | - |
| XYZ | 31.77 | 42.85 | 16.72 | - |
| YUV | 164.5 | 87.09 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 188 | 92 | 0.22 | 0 | 0.51 | 0.26 | 86.25 | 0.42 | 0.55 |
| Hex | 92 | BC | 5C | 16 | 0 | 33 | 1A | 56 | 2A | 37 |
| Octal | 222 | 274 | 134 | 26 | 0 | 63 | 32 | 126 | 52 | 67 |
| Binary | 10010010 | 10111100 | 1011100 | 10110 | 0 | 110011 | 11010 | 1010110 | 101010 | 110111 |
Color Harmonies of #92BC5C
Complementary color
Monochromatic Colors of #92BC5C
Black with #92BC5C
Text Example
Text Example
White with #92BC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BC5C; }
p { color: rgb(146,188,92); }
H1.HeaderClassName
{
color: #92BC5C;
}
.AnyTagClassName
{
color: #92BC5C;
}
</style>
background-color css
<style>
a { background-color: #92BC5C; }
a { background-color: rgb(146,188,92); }
div.DivClassName
{
background-color: #92BC5C;
}
.BgClassName
{
background-color: #92BC5C;
}
</style>
border-color css
<style>
span { border-color: #92BC5C; }
span { border-color: rgb(146,188,92); }
td.TdClassName
{
border-color: #92BC5C;
}
.TagClassName
{
border-color: #92BC5C;
}
</style>