Html Css Color HEX #83AC0E Lima

📋 copy color: '#83AC0E'

red 131 ◦ green 172 ◦ blue 14

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

Shades of Lima #83AC0E

Tints of Lima #83AC0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.42%

R = 41.32%
G = 54.26%
B = 4.42%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#83AC0E (or 0x83AC0E) is known color: Lima. HEX triplet: 83, AC and 0E. RGB value is (131,172,14). Sum of RGB (Red+Green+Blue) = 131+172+14=317 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.32% from 317); Green value is 172 (67.58% from 255 or 54.26% from 317); Blue value is 14 (5.86% from 255 or 4.42% from 317); Max value from RGB is 172 - color contains mainly: green. Hex color #83AC0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83AC0E is #7C53F1. Grayscale: #8E8E8E. Windows color (decimal): -8147954 or 961667. OLE color: 961667.

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

Color convert

RGB 131 172 14 -
CMYK 0.24 0 0.92 0.33
HSL 75.57º 0.85% 0.36% -
HSV(B) 75.57º 0.92% 0.67% -
XYZ 24.19 34.36 5.77 -
YUV 141.73 55.92 120.35 -
System Red Green Blue C M Y K H S L
Decimal 131 172 14 0.24 0 0.92 0.33 75.57 0.85 0.36
Hex 83 AC E 18 0 5C 21 4C 55 24
Octal 203 254 16 30 0 134 41 114 125 44
Binary 10000011 10101100 1110 11000 0 1011100 100001 1001100 1010101 100100

Color Harmonies of #83AC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AC0E

Black with #83AC0E

Text Example


Text Example

White with #83AC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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