Html Css Color HEX #83A22D Sushi

📋 copy color: '#83A22D'

red 131 ◦ green 162 ◦ blue 45

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

Shades of Sushi #83A22D

Tints of Sushi #83A22D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.31%

R = 38.76%
G = 47.93%
B = 13.31%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#83A22D (or 0x83A22D) is known color: Sushi. HEX triplet: 83, A2 and 2D. RGB value is (131,162,45). Sum of RGB (Red+Green+Blue) = 131+162+45=338 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.76% from 338); Green value is 162 (63.67% from 255 or 47.93% from 338); Blue value is 45 (17.97% from 255 or 13.31% from 338); Max value from RGB is 162 - color contains mainly: green. Hex color #83A22D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83A22D is #7C5DD2. Grayscale: #8B8B8B. Windows color (decimal): -8150483 or 2990723. OLE color: 2990723.

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

Color convert

RGB 131 162 45 -
CMYK 0.19 0 0.72 0.36
HSL 75.9º 0.57% 0.41% -
HSV(B) 75.9º 0.72% 0.64% -
XYZ 22.75 30.86 7.24 -
YUV 139.39 74.73 122.01 -
System Red Green Blue C M Y K H S L
Decimal 131 162 45 0.19 0 0.72 0.36 75.9 0.57 0.41
Hex 83 A2 2D 13 0 48 24 4C 39 29
Octal 203 242 55 23 0 110 44 114 71 51
Binary 10000011 10100010 101101 10011 0 1001000 100100 1001100 111001 101001

Color Harmonies of #83A22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A22D

Black with #83A22D

Text Example


Text Example

White with #83A22D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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