Html Css Color HEX #84A240 Sushi

📋 copy color: '#84A240'

red 132 ◦ green 162 ◦ blue 64

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

Shades of Sushi #84A240

Tints of Sushi #84A240

RGB

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

 GREEN value IS 162 (63.67% from 255) = 45.25%

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

R = 36.87%
G = 45.25%
B = 17.88%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#84A240 (or 0x84A240) is known color: Sushi. HEX triplet: 84, A2 and 40. RGB value is (132,162,64). Sum of RGB (Red+Green+Blue) = 132+162+64=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 162 (63.67% from 255 or 45.25% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 162 - color contains mainly: green. Hex color #84A240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A240 is #7B5DBF. Grayscale: #8E8E8E. Windows color (decimal): -8084928 or 4235908. OLE color: 4235908.

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

Color convert

RGB 132 162 64 -
CMYK 0.19 0 0.60 0.36
HSL 78.37º 0.43% 0.44% -
HSV(B) 78.37º 0.6% 0.64% -
XYZ 23.36 31.12 9.63 -
YUV 141.86 84.06 120.97 -
System Red Green Blue C M Y K H S L
Decimal 132 162 64 0.19 0 0.60 0.36 78.37 0.43 0.44
Hex 84 A2 40 13 0 3C 24 4E 2B 2C
Octal 204 242 100 23 0 74 44 116 53 54
Binary 10000100 10100010 1000000 10011 0 111100 100100 1001110 101011 101100

Color Harmonies of #84A240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A240

Black with #84A240

Text Example


Text Example

White with #84A240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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