#84A53E

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

Shades of Sushi #84A53E

Tints of Sushi #84A53E

Color information

#84A53E (or 0x84A53E) is unknown color: approx Sushi. HEX triplet: 84, A5 and 3E. RGB value is (132,165,62). Sum of RGB (Red+Green+Blue) = 132+165+62=359 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.77% from 359); Green value is 165 (64.84% from 255 or 45.96% from 359); Blue value is 62 (24.61% from 255 or 17.27% from 359); Max value from RGB is 165 - color contains mainly: green. Hex color #84A53E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A53E is #7B5AC1. Grayscale: #8F8F8F. Windows color (decimal): -8084162 or 4105604. OLE color: 4105604.

HSL color Cylindrical-coordinate representation of color #84A53E: hue angle of 79.22º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #84A53E is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB13216562-
CMYK0.2000.620.35
HSL79.22º45.37%44.51%-
HSV(B)79.22º62.42%64.71%-
XYZ23.8432.169.51-
YUV143.3982.07119.88-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.77%
GREEN value IS 165 (64.84% from 255) = 45.96%
BLUE value IS 62 (24.61% from 255) = 17.27%
R=36.77%
G=45.96%
B=17.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal132165620.2000.620.3579.2245.3744.51
Hex84A53E1403E234f2d2d
Octal2042457624076431175555
Binary10000100101001011111101010001111101000111001111101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A53E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,165,62); }

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

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

 a { background-color: rgb(132,165,62); }

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

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

 span { border-color: rgb(132,165,62); }

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