#84A03F

Color #84A03F Sushi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sushi #84A03F

Tints of Sushi #84A03F

Color information

#84A03F (or 0x84A03F) is unknown color: approx Sushi. HEX triplet: 84, A0 and 3F. RGB value is (132,160,63). Sum of RGB (Red+Green+Blue) = 132+160+63=355 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.18% from 355); Green value is 160 (62.89% from 255 or 45.07% from 355); Blue value is 63 (25% from 255 or 17.75% from 355); Max value from RGB is 160 - color contains mainly: green. Hex color #84A03F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A03F is #7B5FC0. Grayscale: #8C8C8C. Windows color (decimal): -8085441 or 4169860. OLE color: 4169860.

HSL color Cylindrical-coordinate representation of color #84A03F: hue angle of 77.32º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #84A03F is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB13216063-
CMYK0.1700.610.37
HSL77.32º43.5%43.73%-
HSV(B)77.32º60.62%62.75%-
XYZ22.9830.419.36-
YUV140.5784.22121.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 37.18%
GREEN value IS 160 (62.89% from 255) = 45.07%
BLUE value IS 63 (25% from 255) = 17.75%
R=37.18%
G=45.07%
B=17.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal132160630.1700.610.3777.3243.543.73
Hex84A03F1103D254d2b2c
Octal2042407721075451155354
Binary10000100101000001111111000101111011001011001101101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A03F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84A03F; }

 p { color: rgb(132,160,63); }

 H1.HeaderClassName
 {
   color: #84A03F;
 }
 .AnyTagClassName
 {
   color: #84A03F;
 }
</style>
background-color css

<style>
 a { background-color: #84A03F; }

 a { background-color: rgb(132,160,63); }

 div.DivClassName
 {
   background-color: #84A03F;
 }
 .BgClassName
 {
   background-color: #84A03F;
 }
</style>
border-color css

<style>
 span { border-color: #84A03F; }

 span { border-color: rgb(132,160,63); }

 td.TdClassName
 {
   border-color: #84A03F;
 }
 .TagClassName
 {
   border-color: #84A03F;
 }
</style>