Html Css Color HEX #83AB19 Lima

📋 copy color: '#83AB19'

red 131 ◦ green 171 ◦ blue 25

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

Shades of Lima #83AB19

Tints of Lima #83AB19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.65%

R = 40.06%
G = 52.29%
B = 7.65%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#83AB19 (or 0x83AB19) is known color: Lima. HEX triplet: 83, AB and 19. RGB value is (131,171,25). Sum of RGB (Red+Green+Blue) = 131+171+25=327 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.06% from 327); Green value is 171 (67.19% from 255 or 52.29% from 327); Blue value is 25 (10.16% from 255 or 7.65% from 327); Max value from RGB is 171 - color contains mainly: green. Hex color #83AB19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83AB19 is #7C54E6. Grayscale: #8E8E8E. Windows color (decimal): -8148199 or 1682307. OLE color: 1682307.

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

Color convert

RGB 131 171 25 -
CMYK 0.23 0 0.85 0.33
HSL 76.44º 0.74% 0.38% -
HSV(B) 76.44º 0.85% 0.67% -
XYZ 24.1 34.02 6.22 -
YUV 142.4 61.75 119.87 -
System Red Green Blue C M Y K H S L
Decimal 131 171 25 0.23 0 0.85 0.33 76.44 0.74 0.38
Hex 83 AB 19 17 0 55 21 4C 4A 26
Octal 203 253 31 27 0 125 41 114 112 46
Binary 10000011 10101011 11001 10111 0 1010101 100001 1001100 1001010 100110

Color Harmonies of #83AB19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AB19

Black with #83AB19

Text Example


Text Example

White with #83AB19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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