Html Css Color HEX #83A241 Sushi

📋 copy color: '#83A241'

red 131 ◦ green 162 ◦ blue 65

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

Shades of Sushi #83A241

Tints of Sushi #83A241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.16%

R = 36.59%
G = 45.25%
B = 18.16%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#83A241 (or 0x83A241) is known color: Sushi. HEX triplet: 83, A2 and 41. RGB value is (131,162,65). Sum of RGB (Red+Green+Blue) = 131+162+65=358 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.59% from 358); Green value is 162 (63.67% from 255 or 45.25% from 358); Blue value is 65 (25.78% from 255 or 18.16% from 358); Max value from RGB is 162 - color contains mainly: green. Hex color #83A241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83A241 is #7C5DBE. Grayscale: #8E8E8E. Windows color (decimal): -8150463 or 4301443. OLE color: 4301443.

HSL color Cylindrical-coordinate representation of color #83A241: hue angle of 79.18º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #83A241 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 131 162 65 -
CMYK 0.19 0 0.60 0.36
HSL 79.18º 0.43% 0.45% -
HSV(B) 79.18º 0.6% 0.64% -
XYZ 23.23 31.05 9.77 -
YUV 141.67 84.73 120.39 -
System Red Green Blue C M Y K H S L
Decimal 131 162 65 0.19 0 0.60 0.36 79.18 0.43 0.45
Hex 83 A2 41 13 0 3C 24 4F 2B 2D
Octal 203 242 101 23 0 74 44 117 53 55
Binary 10000011 10100010 1000001 10011 0 111100 100100 1001111 101011 101101

Color Harmonies of #83A241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A241

Black with #83A241

Text Example


Text Example

White with #83A241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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