Html Css Color HEX #83AC12 Lima

📋 copy color: '#83AC12'

red 131 ◦ green 172 ◦ blue 18

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

Shades of Lima #83AC12

Tints of Lima #83AC12

RGB

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

 GREEN value IS 172 (67.58% from 255) = 53.58%

 BLUE value IS 18 (7.42% from 255) = 5.61%

R = 40.81%
G = 53.58%
B = 5.61%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#83AC12 (or 0x83AC12) is known color: Lima. HEX triplet: 83, AC and 12. RGB value is (131,172,18). Sum of RGB (Red+Green+Blue) = 131+172+18=321 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.81% from 321); Green value is 172 (67.58% from 255 or 53.58% from 321); Blue value is 18 (7.42% from 255 or 5.61% from 321); Max value from RGB is 172 - color contains mainly: green. Hex color #83AC12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83AC12 is #7C53ED. Grayscale: #8E8E8E. Windows color (decimal): -8147950 or 1223811. OLE color: 1223811.

HSL color Cylindrical-coordinate representation of color #83AC12: hue angle of 75.97º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #83AC12 is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 172 18 -
CMYK 0.24 0 0.90 0.33
HSL 75.97º 0.81% 0.37% -
HSV(B) 75.97º 0.9% 0.67% -
XYZ 24.22 34.37 5.93 -
YUV 142.19 57.92 120.02 -
System Red Green Blue C M Y K H S L
Decimal 131 172 18 0.24 0 0.90 0.33 75.97 0.81 0.37
Hex 83 AC 12 18 0 5A 21 4C 51 25
Octal 203 254 22 30 0 132 41 114 121 45
Binary 10000011 10101100 10010 11000 0 1011010 100001 1001100 1010001 100101

Color Harmonies of #83AC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AC12

Black with #83AC12

Text Example


Text Example

White with #83AC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,172,18); }

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

background-color css

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

 a { background-color: rgb(131,172,18); }

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

border-color css

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

 span { border-color: rgb(131,172,18); }

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