Html Css Color HEX #83AA36 Sushi

📋 copy color: '#83AA36'

red 131 ◦ green 170 ◦ blue 54

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

Shades of Sushi #83AA36

Tints of Sushi #83AA36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.21%

R = 36.9%
G = 47.89%
B = 15.21%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#83AA36 (or 0x83AA36) is known color: Sushi. HEX triplet: 83, AA and 36. RGB value is (131,170,54). Sum of RGB (Red+Green+Blue) = 131+170+54=355 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.90% from 355); Green value is 170 (66.80% from 255 or 47.89% from 355); Blue value is 54 (21.48% from 255 or 15.21% from 355); Max value from RGB is 170 - color contains mainly: green. Hex color #83AA36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83AA36 is #7C55C9. Grayscale: #919191. Windows color (decimal): -8148426 or 3582595. OLE color: 3582595.

HSL color Cylindrical-coordinate representation of color #83AA36: hue angle of 80.17º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #83AA36 is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 170 54 -
CMYK 0.23 0 0.68 0.33
HSL 80.17º 0.52% 0.44% -
HSV(B) 80.17º 0.68% 0.67% -
XYZ 24.4 33.84 8.74 -
YUV 145.12 76.58 117.93 -
System Red Green Blue C M Y K H S L
Decimal 131 170 54 0.23 0 0.68 0.33 80.17 0.52 0.44
Hex 83 AA 36 17 0 44 21 50 34 2C
Octal 203 252 66 27 0 104 41 120 64 54
Binary 10000011 10101010 110110 10111 0 1000100 100001 1010000 110100 101100

Color Harmonies of #83AA36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AA36

Black with #83AA36

Text Example


Text Example

White with #83AA36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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