Shades of Chelsea Cucumber #92B349
Tints of Chelsea Cucumber #92B349
RGB
CMYK
RGB Variations
Color information
#92B349 (or 0x92B349) is known color: Chelsea Cucumber. HEX triplet: 92, B3 and 49. RGB value is (146,179,73). Sum of RGB (Red+Green+Blue) = 146+179+73=398 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.68% from 398); Green value is 179 (70.31% from 255 or 44.97% from 398); Blue value is 73 (28.91% from 255 or 18.34% from 398); Max value from RGB is 179 - color contains mainly: green. Hex color #92B349 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92B349 is #6D4CB6. Grayscale: #9D9D9D. Windows color (decimal): -7163063 or 4830098. OLE color: 4830098.
HSL color Cylindrical-coordinate representation of color #92B349: hue angle of 78.68º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #92B349 is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 146 | 179 | 73 | - |
| CMYK | 0.18 | 0 | 0.59 | 0.30 |
| HSL | 78.68º | 0.42% | 0.49% | - |
| HSV(B) | 78.68º | 0.59% | 0.7% | - |
| XYZ | 29.18 | 38.83 | 12.26 | - |
| YUV | 157.05 | 80.57 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 179 | 73 | 0.18 | 0 | 0.59 | 0.30 | 78.68 | 0.42 | 0.49 |
| Hex | 92 | B3 | 49 | 12 | 0 | 3B | 1E | 4F | 2A | 31 |
| Octal | 222 | 263 | 111 | 22 | 0 | 73 | 36 | 117 | 52 | 61 |
| Binary | 10010010 | 10110011 | 1001001 | 10010 | 0 | 111011 | 11110 | 1001111 | 101010 | 110001 |
Color Harmonies of #92B349
Complementary color
Monochromatic Colors of #92B349
Black with #92B349
Text Example
Text Example
White with #92B349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B349; }
p { color: rgb(146,179,73); }
H1.HeaderClassName
{
color: #92B349;
}
.AnyTagClassName
{
color: #92B349;
}
</style>
background-color css
<style>
a { background-color: #92B349; }
a { background-color: rgb(146,179,73); }
div.DivClassName
{
background-color: #92B349;
}
.BgClassName
{
background-color: #92B349;
}
</style>
border-color css
<style>
span { border-color: #92B349; }
span { border-color: rgb(146,179,73); }
td.TdClassName
{
border-color: #92B349;
}
.TagClassName
{
border-color: #92B349;
}
</style>