#84A235

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

Shades of Sushi #84A235

Tints of Sushi #84A235

Color information

#84A235 (or 0x84A235) is unknown color: approx Sushi. HEX triplet: 84, A2 and 35. RGB value is (132,162,53). Sum of RGB (Red+Green+Blue) = 132+162+53=347 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.04% from 347); Green value is 162 (63.67% from 255 or 46.69% from 347); Blue value is 53 (21.09% from 255 or 15.27% from 347); Max value from RGB is 162 - color contains mainly: green. Hex color #84A235 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A235 is #7B5DCA. Grayscale: #8D8D8D. Windows color (decimal): -8084939 or 3515012. OLE color: 3515012.

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

Color convert

RGB13216253-
CMYK0.1900.670.36
HSL76.51º50.7%42.16%-
HSV(B)76.51º67.28%63.53%-
XYZ23.08318.14-
YUV140.678.56121.86-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.04%
GREEN value IS 162 (63.67% from 255) = 46.69%
BLUE value IS 53 (21.09% from 255) = 15.27%
R=38.04%
G=46.69%
B=15.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal132162530.1900.670.3676.5150.742.16
Hex84A23513043244d332a
Octal20424265230103441156352
Binary100001001010001011010110011010000111001001001101110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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