Html Css Color HEX #83A22C Sushi

📋 copy color: '#83A22C'

red 131 ◦ green 162 ◦ blue 44

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

Shades of Sushi #83A22C

Tints of Sushi #83A22C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.06%

R = 38.87%
G = 48.07%
B = 13.06%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#83A22C (or 0x83A22C) is known color: Sushi. HEX triplet: 83, A2 and 2C. RGB value is (131,162,44). Sum of RGB (Red+Green+Blue) = 131+162+44=337 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.87% from 337); Green value is 162 (63.67% from 255 or 48.07% from 337); Blue value is 44 (17.58% from 255 or 13.06% from 337); Max value from RGB is 162 - color contains mainly: green. Hex color #83A22C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83A22C is #7C5DD3. Grayscale: #8B8B8B. Windows color (decimal): -8150484 or 2925187. OLE color: 2925187.

HSL color Cylindrical-coordinate representation of color #83A22C: hue angle of 75.76º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #83A22C is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB 131 162 44 -
CMYK 0.19 0 0.73 0.36
HSL 75.76º 0.57% 0.4% -
HSV(B) 75.76º 0.73% 0.64% -
XYZ 22.74 30.85 7.14 -
YUV 139.28 74.23 122.09 -
System Red Green Blue C M Y K H S L
Decimal 131 162 44 0.19 0 0.73 0.36 75.76 0.57 0.4
Hex 83 A2 2C 13 0 49 24 4C 39 28
Octal 203 242 54 23 0 111 44 114 71 50
Binary 10000011 10100010 101100 10011 0 1001001 100100 1001100 111001 101000

Color Harmonies of #83A22C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A22C

Black with #83A22C

Text Example


Text Example

White with #83A22C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,162,44); }

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

background-color css

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

 a { background-color: rgb(131,162,44); }

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

border-color css

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

 span { border-color: rgb(131,162,44); }

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