Html Css Color HEX #83AA42 Sushi

📋 copy color: '#83AA42'

red 131 ◦ green 170 ◦ blue 66

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

Shades of Sushi #83AA42

Tints of Sushi #83AA42

RGB

 RED value IS 131 (51.56% from 255) = 35.69%

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

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

R = 35.69%
G = 46.32%
B = 17.98%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#83AA42 (or 0x83AA42) is known color: Sushi. HEX triplet: 83, AA and 42. RGB value is (131,170,66). Sum of RGB (Red+Green+Blue) = 131+170+66=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 170 (66.80% from 255 or 46.32% from 367); Blue value is 66 (26.17% from 255 or 17.98% from 367); Max value from RGB is 170 - color contains mainly: green. Hex color #83AA42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83AA42 is #7C55BD. Grayscale: #929292. Windows color (decimal): -8148414 or 4369027. OLE color: 4369027.

HSL color Cylindrical-coordinate representation of color #83AA42: hue angle of 82.5º 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 #83AA42 is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 170 66 -
CMYK 0.23 0 0.61 0.33
HSL 82.5º 0.44% 0.46% -
HSV(B) 82.5º 0.61% 0.67% -
XYZ 24.72 33.97 10.41 -
YUV 146.48 82.58 116.96 -
System Red Green Blue C M Y K H S L
Decimal 131 170 66 0.23 0 0.61 0.33 82.5 0.44 0.46
Hex 83 AA 42 17 0 3D 21 52 2C 2E
Octal 203 252 102 27 0 75 41 122 54 56
Binary 10000011 10101010 1000010 10111 0 111101 100001 1010010 101100 101110

Color Harmonies of #83AA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AA42

Black with #83AA42

Text Example


Text Example

White with #83AA42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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