Shades of Sushi #84A541
Tints of Sushi #84A541
RGB
CMYK
RGB Variations
Color information
#84A541 (or 0x84A541) is known color: Sushi. HEX triplet: 84, A5 and 41. RGB value is (132,165,65). Sum of RGB (Red+Green+Blue) = 132+165+65=362 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.46% from 362); Green value is 165 (64.84% from 255 or 45.58% from 362); Blue value is 65 (25.78% from 255 or 17.96% from 362); Max value from RGB is 165 - color contains mainly: green. Hex color #84A541 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A541 is #7B5ABE. Grayscale: #909090. Windows color (decimal): -8084159 or 4302212. OLE color: 4302212.
HSL color Cylindrical-coordinate representation of color #84A541: hue angle of 79.8º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #84A541 is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 165 | 65 | - |
| CMYK | 0.20 | 0 | 0.61 | 0.35 |
| HSL | 79.8º | 0.43% | 0.45% | - |
| HSV(B) | 79.8º | 0.61% | 0.65% | - |
| XYZ | 23.92 | 32.2 | 9.95 | - |
| YUV | 143.73 | 83.57 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 165 | 65 | 0.20 | 0 | 0.61 | 0.35 | 79.8 | 0.43 | 0.45 |
| Hex | 84 | A5 | 41 | 14 | 0 | 3D | 23 | 50 | 2B | 2D |
| Octal | 204 | 245 | 101 | 24 | 0 | 75 | 43 | 120 | 53 | 55 |
| Binary | 10000100 | 10100101 | 1000001 | 10100 | 0 | 111101 | 100011 | 1010000 | 101011 | 101101 |
Color Harmonies of #84A541
Complementary color
Monochromatic Colors of #84A541
Black with #84A541
Text Example
Text Example
White with #84A541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A541; }
p { color: rgb(132,165,65); }
H1.HeaderClassName
{
color: #84A541;
}
.AnyTagClassName
{
color: #84A541;
}
</style>
background-color css
<style>
a { background-color: #84A541; }
a { background-color: rgb(132,165,65); }
div.DivClassName
{
background-color: #84A541;
}
.BgClassName
{
background-color: #84A541;
}
</style>
border-color css
<style>
span { border-color: #84A541; }
span { border-color: rgb(132,165,65); }
td.TdClassName
{
border-color: #84A541;
}
.TagClassName
{
border-color: #84A541;
}
</style>