Html Css Color HEX #83AB3C Sushi

📋 copy color: '#83AB3C'

red 131 ◦ green 171 ◦ blue 60

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

Shades of Sushi #83AB3C

Tints of Sushi #83AB3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.57%

R = 36.19%
G = 47.24%
B = 16.57%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#83AB3C (or 0x83AB3C) is known color: Sushi. HEX triplet: 83, AB and 3C. RGB value is (131,171,60). Sum of RGB (Red+Green+Blue) = 131+171+60=362 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.19% from 362); Green value is 171 (67.19% from 255 or 47.24% from 362); Blue value is 60 (23.83% from 255 or 16.57% from 362); Max value from RGB is 171 - color contains mainly: green. Hex color #83AB3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83AB3C is #7C54C3. Grayscale: #929292. Windows color (decimal): -8148164 or 3976067. OLE color: 3976067.

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

Color convert

RGB 131 171 60 -
CMYK 0.23 0 0.65 0.33
HSL 81.62º 0.48% 0.45% -
HSV(B) 81.62º 0.65% 0.67% -
XYZ 24.74 34.28 9.59 -
YUV 146.39 79.25 117.03 -
System Red Green Blue C M Y K H S L
Decimal 131 171 60 0.23 0 0.65 0.33 81.62 0.48 0.45
Hex 83 AB 3C 17 0 41 21 52 30 2D
Octal 203 253 74 27 0 101 41 122 60 55
Binary 10000011 10101011 111100 10111 0 1000001 100001 1010010 110000 101101

Color Harmonies of #83AB3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AB3C

Black with #83AB3C

Text Example


Text Example

White with #83AB3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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