#84A73A

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

Shades of Sushi #84A73A

Tints of Sushi #84A73A

Color information

#84A73A (or 0x84A73A) is unknown color: approx Sushi. HEX triplet: 84, A7 and 3A. RGB value is (132,167,58). Sum of RGB (Red+Green+Blue) = 132+167+58=357 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.97% from 357); Green value is 167 (65.62% from 255 or 46.78% from 357); Blue value is 58 (23.05% from 255 or 16.25% from 357); Max value from RGB is 167 - color contains mainly: green. Hex color #84A73A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A73A is #7B58C5. Grayscale: #909090. Windows color (decimal): -8083654 or 3843972. OLE color: 3843972.

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

Color convert

RGB13216758-
CMYK0.2100.650.35
HSL79.27º48.44%44.12%-
HSV(B)79.27º65.27%65.49%-
XYZ24.132.859.07-
YUV144.1179.4119.36-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.97%
GREEN value IS 167 (65.62% from 255) = 46.78%
BLUE value IS 58 (23.05% from 255) = 16.25%
R=36.97%
G=46.78%
B=16.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal132167580.2100.650.3579.2748.4444.12
Hex84A73A15041234f302c
Octal20424772250101431176054
Binary100001001010011111101010101010000011000111001111110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A73A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,167,58); }

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

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

 a { background-color: rgb(132,167,58); }

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

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

 span { border-color: rgb(132,167,58); }

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