#84A935

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

Shades of Sushi #84A935

Tints of Sushi #84A935

Color information

#84A935 (or 0x84A935) is unknown color: approx Sushi. HEX triplet: 84, A9 and 35. RGB value is (132,169,53). Sum of RGB (Red+Green+Blue) = 132+169+53=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 169 (66.41% from 255 or 47.74% from 354); Blue value is 53 (21.09% from 255 or 14.97% from 354); Max value from RGB is 169 - color contains mainly: green. Hex color #84A935 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A935 is #7B56CA. Grayscale: #919191. Windows color (decimal): -8083147 or 3516804. OLE color: 3516804.

HSL color Cylindrical-coordinate representation of color #84A935: hue angle of 79.14º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #84A935 is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.34.

Color convert

RGB13216953-
CMYK0.2200.690.34
HSL79.14º52.25%43.53%-
HSV(B)79.14º68.64%66.27%-
XYZ24.3533.548.56-
YUV144.7176.24118.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.29%
GREEN value IS 169 (66.41% from 255) = 47.74%
BLUE value IS 53 (21.09% from 255) = 14.97%
R=37.29%
G=47.74%
B=14.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal132169530.2200.690.3479.1452.2543.53
Hex84A93516045224f342c
Octal20425165260105421176454
Binary100001001010100111010110110010001011000101001111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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