Html Css Color HEX #83AC05 Lima

📋 copy color: '#83AC05'

red 131 ◦ green 172 ◦ blue 5

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

Shades of Lima #83AC05

Tints of Lima #83AC05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.62%

R = 42.53%
G = 55.84%
B = 1.62%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#83AC05 (or 0x83AC05) is known color: Lima. HEX triplet: 83, AC and 05. RGB value is (131,172,5). Sum of RGB (Red+Green+Blue) = 131+172+5=308 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.53% from 308); Green value is 172 (67.58% from 255 or 55.84% from 308); Blue value is 5 (2.34% from 255 or 1.62% from 308); Max value from RGB is 172 - color contains mainly: green. Hex color #83AC05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83AC05 is #7C53FA. Grayscale: #8D8D8D. Windows color (decimal): -8147963 or 371843. OLE color: 371843.

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

Color convert

RGB 131 172 5 -
CMYK 0.24 0 0.97 0.33
HSL 74.73º 0.94% 0.35% -
HSV(B) 74.73º 0.97% 0.67% -
XYZ 24.14 34.34 5.5 -
YUV 140.7 51.42 121.08 -
System Red Green Blue C M Y K H S L
Decimal 131 172 5 0.24 0 0.97 0.33 74.73 0.94 0.35
Hex 83 AC 5 18 0 61 21 4B 5E 23
Octal 203 254 5 30 0 141 41 113 136 43
Binary 10000011 10101100 101 11000 0 1100001 100001 1001011 1011110 100011

Color Harmonies of #83AC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AC05

Black with #83AC05

Text Example


Text Example

White with #83AC05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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