Html Css Color HEX #83AB1B Lima

📋 copy color: '#83AB1B'

red 131 ◦ green 171 ◦ blue 27

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

Shades of Lima #83AB1B

Tints of Lima #83AB1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.21%

R = 39.82%
G = 51.98%
B = 8.21%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#83AB1B (or 0x83AB1B) is known color: Lima. HEX triplet: 83, AB and 1B. RGB value is (131,171,27). Sum of RGB (Red+Green+Blue) = 131+171+27=329 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.82% from 329); Green value is 171 (67.19% from 255 or 51.98% from 329); Blue value is 27 (10.94% from 255 or 8.21% from 329); Max value from RGB is 171 - color contains mainly: green. Hex color #83AB1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83AB1B is #7C54E4. Grayscale: #8F8F8F. Windows color (decimal): -8148197 or 1813379. OLE color: 1813379.

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

Color convert

RGB 131 171 27 -
CMYK 0.23 0 0.84 0.33
HSL 76.67º 0.73% 0.39% -
HSV(B) 76.67º 0.84% 0.67% -
XYZ 24.12 34.03 6.33 -
YUV 142.62 62.75 119.71 -
System Red Green Blue C M Y K H S L
Decimal 131 171 27 0.23 0 0.84 0.33 76.67 0.73 0.39
Hex 83 AB 1B 17 0 54 21 4D 49 27
Octal 203 253 33 27 0 124 41 115 111 47
Binary 10000011 10101011 11011 10111 0 1010100 100001 1001101 1001001 100111

Color Harmonies of #83AB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AB1B

Black with #83AB1B

Text Example


Text Example

White with #83AB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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