Html Css Color HEX #81A319 Lima

📋 copy color: '#81A319'

red 129 ◦ green 163 ◦ blue 25

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

Shades of Lima #81A319

Tints of Lima #81A319

RGB

 RED value IS 129 (50.78% from 255) = 40.69%

 GREEN value IS 163 (64.06% from 255) = 51.42%

 BLUE value IS 25 (10.16% from 255) = 7.89%

R = 40.69%
G = 51.42%
B = 7.89%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#81A319 (or 0x81A319) is known color: Lima. HEX triplet: 81, A3 and 19. RGB value is (129,163,25). Sum of RGB (Red+Green+Blue) = 129+163+25=317 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.69% from 317); Green value is 163 (64.06% from 255 or 51.42% from 317); Blue value is 25 (10.16% from 255 or 7.89% from 317); Max value from RGB is 163 - color contains mainly: green. Hex color #81A319 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81A319 is #7E5CE6. Grayscale: #898989. Windows color (decimal): -8281319 or 1680257. OLE color: 1680257.

HSL color Cylindrical-coordinate representation of color #81A319: hue angle of 74.78º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #81A319 is Cyan = 0.21, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 129 163 25 -
CMYK 0.21 0 0.85 0.36
HSL 74.78º 0.73% 0.37% -
HSV(B) 74.78º 0.85% 0.64% -
XYZ 22.33 30.93 5.71 -
YUV 137.1 64.74 122.22 -
System Red Green Blue C M Y K H S L
Decimal 129 163 25 0.21 0 0.85 0.36 74.78 0.73 0.37
Hex 81 A3 19 15 0 55 24 4B 49 25
Octal 201 243 31 25 0 125 44 113 111 45
Binary 10000001 10100011 11001 10101 0 1010101 100100 1001011 1001001 100101

Color Harmonies of #81A319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81A319

Black with #81A319

Text Example


Text Example

White with #81A319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81A319; }

 p { color: rgb(129,163,25); }

 H1.HeaderClassName
 {
   color: #81A319;
 }
 .AnyTagClassName
 {
   color: #81A319;
 }
</style>

background-color css

<style>
 a { background-color: #81A319; }

 a { background-color: rgb(129,163,25); }

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

border-color css

<style>
 span { border-color: #81A319; }

 span { border-color: rgb(129,163,25); }

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