Html Css Color HEX #84A140 Sushi

📋 copy color: '#84A140'

red 132 ◦ green 161 ◦ blue 64

#84A140
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sushi #84A140

Tints of Sushi #84A140

RGB

 RED value IS 132 (51.95% from 255) = 36.97%

 GREEN value IS 161 (63.28% from 255) = 45.1%

 BLUE value IS 64 (25.39% from 255) = 17.93%

R = 36.97%
G = 45.1%
B = 17.93%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#84A140 (or 0x84A140) is known color: Sushi. HEX triplet: 84, A1 and 40. RGB value is (132,161,64). Sum of RGB (Red+Green+Blue) = 132+161+64=357 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.97% from 357); Green value is 161 (63.28% from 255 or 45.10% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 161 - color contains mainly: green. Hex color #84A140 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A140 is #7B5EBF. Grayscale: #8D8D8D. Windows color (decimal): -8085184 or 4235652. OLE color: 4235652.

HSL color Cylindrical-coordinate representation of color #84A140: hue angle of 77.94º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #84A140 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB 132 161 64 -
CMYK 0.18 0 0.60 0.37
HSL 77.94º 0.43% 0.44% -
HSV(B) 77.94º 0.6% 0.63% -
XYZ 23.19 30.77 9.57 -
YUV 141.27 84.39 121.39 -
System Red Green Blue C M Y K H S L
Decimal 132 161 64 0.18 0 0.60 0.37 77.94 0.43 0.44
Hex 84 A1 40 12 0 3C 25 4E 2B 2C
Octal 204 241 100 22 0 74 45 116 53 54
Binary 10000100 10100001 1000000 10010 0 111100 100101 1001110 101011 101100

Color Harmonies of #84A140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A140

Black with #84A140

Text Example


Text Example

White with #84A140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,161,64); }

 H1.HeaderClassName
 {
   color: #84A140;
 }
 .AnyTagClassName
 {
   color: #84A140;
 }
</style>

background-color css

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

 a { background-color: rgb(132,161,64); }

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

border-color css

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

 span { border-color: rgb(132,161,64); }

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