#84A43F

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

Shades of Sushi #84A43F

Tints of Sushi #84A43F

Color information

#84A43F (or 0x84A43F) is unknown color: approx Sushi. HEX triplet: 84, A4 and 3F. RGB value is (132,164,63). Sum of RGB (Red+Green+Blue) = 132+164+63=359 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.77% from 359); Green value is 164 (64.45% from 255 or 45.68% from 359); Blue value is 63 (25% from 255 or 17.55% from 359); Max value from RGB is 164 - color contains mainly: green. Hex color #84A43F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A43F is #7B5BC0. Grayscale: #8F8F8F. Windows color (decimal): -8084417 or 4170884. OLE color: 4170884.

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

Color convert

RGB13216463-
CMYK0.2000.620.36
HSL79.01º44.49%44.51%-
HSV(B)79.01º61.59%64.31%-
XYZ23.6931.829.6-
YUV142.9282.9120.21-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.77%
GREEN value IS 164 (64.45% from 255) = 45.68%
BLUE value IS 63 (25% from 255) = 17.55%
R=36.77%
G=45.68%
B=17.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal132164630.2000.620.3679.0144.4944.51
Hex84A43F1403E244f2c2d
Octal2042447724076441175455
Binary10000100101001001111111010001111101001001001111101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A43F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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