#84A23D

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

Shades of Sushi #84A23D

Tints of Sushi #84A23D

Color information

#84A23D (or 0x84A23D) is unknown color: approx Sushi. HEX triplet: 84, A2 and 3D. RGB value is (132,162,61). Sum of RGB (Red+Green+Blue) = 132+162+61=355 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.18% from 355); Green value is 162 (63.67% from 255 or 45.63% from 355); Blue value is 61 (24.22% from 255 or 17.18% from 355); Max value from RGB is 162 - color contains mainly: green. Hex color #84A23D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A23D is #7B5DC2. Grayscale: #8D8D8D. Windows color (decimal): -8084931 or 4039300. OLE color: 4039300.

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

Color convert

RGB13216261-
CMYK0.1900.620.36
HSL77.82º45.29%43.73%-
HSV(B)77.82º62.35%63.53%-
XYZ23.2831.089.19-
YUV141.5282.56121.21-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.18%
GREEN value IS 162 (63.67% from 255) = 45.63%
BLUE value IS 61 (24.22% from 255) = 17.18%
R=37.18%
G=45.63%
B=17.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal132162610.1900.620.3677.8245.2943.73
Hex84A23D1303E244e2d2c
Octal2042427523076441165554
Binary10000100101000101111011001101111101001001001110101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A23D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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