Shades of Chelsea Cucumber #84AF65
Tints of Chelsea Cucumber #84AF65
RGB
CMYK
RGB Variations
Color information
#84AF65 (or 0x84AF65) is known color: Chelsea Cucumber. HEX triplet: 84, AF and 65. RGB value is (132,175,101). Sum of RGB (Red+Green+Blue) = 132+175+101=408 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.35% from 408); Green value is 175 (68.75% from 255 or 42.89% from 408); Blue value is 101 (39.84% from 255 or 24.75% from 408); Max value from RGB is 175 - color contains mainly: green. Hex color #84AF65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AF65 is #7B509A. Grayscale: #999999. Windows color (decimal): -8081563 or 6664068. OLE color: 6664068.
HSL color Cylindrical-coordinate representation of color #84AF65: hue angle of 94.86º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84AF65 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 175 | 101 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.31 |
| HSL | 94.86º | 0.32% | 0.54% | - |
| HSV(B) | 94.86º | 0.42% | 0.69% | - |
| XYZ | 27.19 | 36.51 | 17.92 | - |
| YUV | 153.71 | 98.25 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 175 | 101 | 0.25 | 0 | 0.42 | 0.31 | 94.86 | 0.32 | 0.54 |
| Hex | 84 | AF | 65 | 19 | 0 | 2A | 1F | 5F | 20 | 36 |
| Octal | 204 | 257 | 145 | 31 | 0 | 52 | 37 | 137 | 40 | 66 |
| Binary | 10000100 | 10101111 | 1100101 | 11001 | 0 | 101010 | 11111 | 1011111 | 100000 | 110110 |
Color Harmonies of #84AF65
Complementary color
Monochromatic Colors of #84AF65
Black with #84AF65
Text Example
Text Example
White with #84AF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AF65; }
p { color: rgb(132,175,101); }
H1.HeaderClassName
{
color: #84AF65;
}
.AnyTagClassName
{
color: #84AF65;
}
</style>
background-color css
<style>
a { background-color: #84AF65; }
a { background-color: rgb(132,175,101); }
div.DivClassName
{
background-color: #84AF65;
}
.BgClassName
{
background-color: #84AF65;
}
</style>
border-color css
<style>
span { border-color: #84AF65; }
span { border-color: rgb(132,175,101); }
td.TdClassName
{
border-color: #84AF65;
}
.TagClassName
{
border-color: #84AF65;
}
</style>