#84A23A

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

Shades of Sushi #84A23A

Tints of Sushi #84A23A

Color information

#84A23A (or 0x84A23A) is unknown color: approx Sushi. HEX triplet: 84, A2 and 3A. RGB value is (132,162,58). Sum of RGB (Red+Green+Blue) = 132+162+58=352 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.5% from 352); Green value is 162 (63.67% from 255 or 46.02% from 352); Blue value is 58 (23.05% from 255 or 16.48% from 352); Max value from RGB is 162 - color contains mainly: green. Hex color #84A23A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A23A is #7B5DC5. Grayscale: #8D8D8D. Windows color (decimal): -8084934 or 3842692. OLE color: 3842692.

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

Color convert

RGB13216258-
CMYK0.1900.640.36
HSL77.31º47.27%43.14%-
HSV(B)77.31º64.2%63.53%-
XYZ23.231.058.77-
YUV141.1781.06121.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.5%
GREEN value IS 162 (63.67% from 255) = 46.02%
BLUE value IS 58 (23.05% from 255) = 16.48%
R=37.5%
G=46.02%
B=16.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal132162580.1900.640.3677.3147.2743.14
Hex84A23A13040244d2f2b
Octal20424272230100441155753
Binary100001001010001011101010011010000001001001001101101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A23A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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