Html Css Color HEX #83A344 Sushi

📋 copy color: '#83A344'

red 131 ◦ green 163 ◦ blue 68

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

Shades of Sushi #83A344

Tints of Sushi #83A344

RGB

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

 GREEN value IS 163 (64.06% from 255) = 45.03%

 BLUE value IS 68 (26.95% from 255) = 18.78%

R = 36.19%
G = 45.03%
B = 18.78%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#83A344 (or 0x83A344) is known color: Sushi. HEX triplet: 83, A3 and 44. RGB value is (131,163,68). Sum of RGB (Red+Green+Blue) = 131+163+68=362 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.19% from 362); Green value is 163 (64.06% from 255 or 45.03% from 362); Blue value is 68 (26.95% from 255 or 18.78% from 362); Max value from RGB is 163 - color contains mainly: green. Hex color #83A344 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83A344 is #7C5CBB. Grayscale: #8E8E8E. Windows color (decimal): -8150204 or 4498307. OLE color: 4498307.

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

Color convert

RGB 131 163 68 -
CMYK 0.20 0 0.58 0.36
HSL 80.21º 0.41% 0.45% -
HSV(B) 80.21º 0.58% 0.64% -
XYZ 23.5 31.44 10.3 -
YUV 142.6 85.9 119.72 -
System Red Green Blue C M Y K H S L
Decimal 131 163 68 0.20 0 0.58 0.36 80.21 0.41 0.45
Hex 83 A3 44 14 0 3A 24 50 29 2D
Octal 203 243 104 24 0 72 44 120 51 55
Binary 10000011 10100011 1000100 10100 0 111010 100100 1010000 101001 101101

Color Harmonies of #83A344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A344

Black with #83A344

Text Example


Text Example

White with #83A344

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,163,68); }

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

background-color css

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

 a { background-color: rgb(131,163,68); }

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

border-color css

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

 span { border-color: rgb(131,163,68); }

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