Html Css Color HEX #84AA42 Sushi

📋 copy color: '#84AA42'

red 132 ◦ green 170 ◦ blue 66

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

Shades of Sushi #84AA42

Tints of Sushi #84AA42

RGB

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

 GREEN value IS 170 (66.8% from 255) = 46.2%

 BLUE value IS 66 (26.17% from 255) = 17.93%

R = 35.87%
G = 46.2%
B = 17.93%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#84AA42 (or 0x84AA42) is known color: Sushi. HEX triplet: 84, AA and 42. RGB value is (132,170,66). Sum of RGB (Red+Green+Blue) = 132+170+66=368 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.87% from 368); Green value is 170 (66.80% from 255 or 46.20% from 368); Blue value is 66 (26.17% from 255 or 17.93% from 368); Max value from RGB is 170 - color contains mainly: green. Hex color #84AA42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84AA42 is #7B55BD. Grayscale: #939393. Windows color (decimal): -8082878 or 4369028. OLE color: 4369028.

HSL color Cylindrical-coordinate representation of color #84AA42: hue angle of 81.92º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #84AA42 is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB 132 170 66 -
CMYK 0.22 0 0.61 0.33
HSL 81.92º 0.44% 0.46% -
HSV(B) 81.92º 0.61% 0.67% -
XYZ 24.87 34.05 10.42 -
YUV 146.78 82.41 117.46 -
System Red Green Blue C M Y K H S L
Decimal 132 170 66 0.22 0 0.61 0.33 81.92 0.44 0.46
Hex 84 AA 42 16 0 3D 21 52 2C 2E
Octal 204 252 102 26 0 75 41 122 54 56
Binary 10000100 10101010 1000010 10110 0 111101 100001 1010010 101100 101110

Color Harmonies of #84AA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AA42

Black with #84AA42

Text Example


Text Example

White with #84AA42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,170,66); }

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

background-color css

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

 a { background-color: rgb(132,170,66); }

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

border-color css

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

 span { border-color: rgb(132,170,66); }

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