Html Css Color HEX #83AB17 Lima

📋 copy color: '#83AB17'

red 131 ◦ green 171 ◦ blue 23

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

Shades of Lima #83AB17

Tints of Lima #83AB17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.08%

R = 40.31%
G = 52.62%
B = 7.08%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#83AB17 (or 0x83AB17) is known color: Lima. HEX triplet: 83, AB and 17. RGB value is (131,171,23). Sum of RGB (Red+Green+Blue) = 131+171+23=325 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.31% from 325); Green value is 171 (67.19% from 255 or 52.62% from 325); Blue value is 23 (9.38% from 255 or 7.08% from 325); Max value from RGB is 171 - color contains mainly: green. Hex color #83AB17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83AB17 is #7C54E8. Grayscale: #8E8E8E. Windows color (decimal): -8148201 or 1551235. OLE color: 1551235.

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

Color convert

RGB 131 171 23 -
CMYK 0.23 0 0.87 0.33
HSL 76.22º 0.76% 0.38% -
HSV(B) 76.22º 0.87% 0.67% -
XYZ 24.08 34.01 6.11 -
YUV 142.17 60.75 120.03 -
System Red Green Blue C M Y K H S L
Decimal 131 171 23 0.23 0 0.87 0.33 76.22 0.76 0.38
Hex 83 AB 17 17 0 57 21 4C 4C 26
Octal 203 253 27 27 0 127 41 114 114 46
Binary 10000011 10101011 10111 10111 0 1010111 100001 1001100 1001100 100110

Color Harmonies of #83AB17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AB17

Black with #83AB17

Text Example


Text Example

White with #83AB17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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