#84A345

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

Shades of Sushi #84A345

Tints of Sushi #84A345

Color information

#84A345 (or 0x84A345) is unknown color: approx Sushi. HEX triplet: 84, A3 and 45. RGB value is (132,163,69). Sum of RGB (Red+Green+Blue) = 132+163+69=364 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.26% from 364); Green value is 163 (64.06% from 255 or 44.78% from 364); Blue value is 69 (27.34% from 255 or 18.96% from 364); Max value from RGB is 163 - color contains mainly: green. Hex color #84A345 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A345 is #7B5CBA. Grayscale: #8F8F8F. Windows color (decimal): -8084667 or 4563844. OLE color: 4563844.

HSL color Cylindrical-coordinate representation of color #84A345: hue angle of 79.79º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #84A345 is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB13216369-
CMYK0.1900.580.36
HSL79.79º40.52%45.49%-
HSV(B)79.79º57.67%63.92%-
XYZ23.6931.5310.47-
YUV143.0286.23120.14-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.26%
GREEN value IS 163 (64.06% from 255) = 44.78%
BLUE value IS 69 (27.34% from 255) = 18.96%
R=36.26%
G=44.78%
B=18.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal132163690.1900.580.3679.7940.5245.49
Hex84A3451303A2450292d
Octal20424310523072441205155
Binary100001001010001110001011001101110101001001010000101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,163,69); }

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

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

 a { background-color: rgb(132,163,69); }

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

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

 span { border-color: rgb(132,163,69); }

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