Html Css Color HEX #83AB41 Sushi

📋 copy color: '#83AB41'

red 131 ◦ green 171 ◦ blue 65

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

Shades of Sushi #83AB41

Tints of Sushi #83AB41

RGB

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

 GREEN value IS 171 (67.19% from 255) = 46.59%

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

R = 35.69%
G = 46.59%
B = 17.71%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#83AB41 (or 0x83AB41) is known color: Sushi. HEX triplet: 83, AB and 41. RGB value is (131,171,65). Sum of RGB (Red+Green+Blue) = 131+171+65=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 171 (67.19% from 255 or 46.59% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 171 - color contains mainly: green. Hex color #83AB41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83AB41 is #7C54BE. Grayscale: #939393. Windows color (decimal): -8148159 or 4303747. OLE color: 4303747.

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

Color convert

RGB 131 171 65 -
CMYK 0.23 0 0.62 0.33
HSL 82.64º 0.45% 0.46% -
HSV(B) 82.64º 0.62% 0.67% -
XYZ 24.88 34.33 10.32 -
YUV 146.96 81.75 116.62 -
System Red Green Blue C M Y K H S L
Decimal 131 171 65 0.23 0 0.62 0.33 82.64 0.45 0.46
Hex 83 AB 41 17 0 3E 21 53 2D 2E
Octal 203 253 101 27 0 76 41 123 55 56
Binary 10000011 10101011 1000001 10111 0 111110 100001 1010011 101101 101110

Color Harmonies of #83AB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AB41

Black with #83AB41

Text Example


Text Example

White with #83AB41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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