Html Css Color HEX #83A40C Lima

📋 copy color: '#83A40C'

red 131 ◦ green 164 ◦ blue 12

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

Shades of Lima #83A40C

Tints of Lima #83A40C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 53.42%

 BLUE value IS 12 (5.08% from 255) = 3.91%

R = 42.67%
G = 53.42%
B = 3.91%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#83A40C (or 0x83A40C) is known color: Lima. HEX triplet: 83, A4 and 0C. RGB value is (131,164,12). Sum of RGB (Red+Green+Blue) = 131+164+12=307 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.67% from 307); Green value is 164 (64.45% from 255 or 53.42% from 307); Blue value is 12 (5.08% from 255 or 3.91% from 307); Max value from RGB is 164 - color contains mainly: green. Hex color #83A40C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83A40C is #7C5BF3. Grayscale: #898989. Windows color (decimal): -8150004 or 828547. OLE color: 828547.

HSL color Cylindrical-coordinate representation of color #83A40C: hue angle of 73.03º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #83A40C is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB 131 164 12 -
CMYK 0.20 0 0.93 0.36
HSL 73.03º 0.86% 0.35% -
HSV(B) 73.03º 0.93% 0.64% -
XYZ 22.7 31.4 5.21 -
YUV 136.81 57.57 123.86 -
System Red Green Blue C M Y K H S L
Decimal 131 164 12 0.20 0 0.93 0.36 73.03 0.86 0.35
Hex 83 A4 C 14 0 5D 24 49 56 23
Octal 203 244 14 24 0 135 44 111 126 43
Binary 10000011 10100100 1100 10100 0 1011101 100100 1001001 1010110 100011

Color Harmonies of #83A40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A40C

Black with #83A40C

Text Example


Text Example

White with #83A40C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,164,12); }

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

background-color css

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

 a { background-color: rgb(131,164,12); }

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

border-color css

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

 span { border-color: rgb(131,164,12); }

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