Shades of Chelsea Cucumber #84AF42
Tints of Chelsea Cucumber #84AF42
RGB
CMYK
RGB Variations
Color information
#84AF42 (or 0x84AF42) is known color: Chelsea Cucumber. HEX triplet: 84, AF and 42. RGB value is (132,175,66). Sum of RGB (Red+Green+Blue) = 132+175+66=373 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.39% from 373); Green value is 175 (68.75% from 255 or 46.92% from 373); Blue value is 66 (26.17% from 255 or 17.69% from 373); Max value from RGB is 175 - color contains mainly: green. Hex color #84AF42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84AF42 is #7B50BD. Grayscale: #969696. Windows color (decimal): -8081598 or 4370308. OLE color: 4370308.
HSL color Cylindrical-coordinate representation of color #84AF42: hue angle of 83.67º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #84AF42 is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 175 | 66 | - |
| CMYK | 0.25 | 0 | 0.62 | 0.31 |
| HSL | 83.67º | 0.45% | 0.47% | - |
| HSV(B) | 83.67º | 0.62% | 0.69% | - |
| XYZ | 25.83 | 35.96 | 10.73 | - |
| YUV | 149.72 | 80.75 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 175 | 66 | 0.25 | 0 | 0.62 | 0.31 | 83.67 | 0.45 | 0.47 |
| Hex | 84 | AF | 42 | 19 | 0 | 3E | 1F | 54 | 2D | 2F |
| Octal | 204 | 257 | 102 | 31 | 0 | 76 | 37 | 124 | 55 | 57 |
| Binary | 10000100 | 10101111 | 1000010 | 11001 | 0 | 111110 | 11111 | 1010100 | 101101 | 101111 |
Color Harmonies of #84AF42
Complementary color
Monochromatic Colors of #84AF42
Black with #84AF42
Text Example
Text Example
White with #84AF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AF42; }
p { color: rgb(132,175,66); }
H1.HeaderClassName
{
color: #84AF42;
}
.AnyTagClassName
{
color: #84AF42;
}
</style>
background-color css
<style>
a { background-color: #84AF42; }
a { background-color: rgb(132,175,66); }
div.DivClassName
{
background-color: #84AF42;
}
.BgClassName
{
background-color: #84AF42;
}
</style>
border-color css
<style>
span { border-color: #84AF42; }
span { border-color: rgb(132,175,66); }
td.TdClassName
{
border-color: #84AF42;
}
.TagClassName
{
border-color: #84AF42;
}
</style>