Html Css Color HEX #81A317 Lima

📋 copy color: '#81A317'

red 129 ◦ green 163 ◦ blue 23

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

Shades of Lima #81A317

Tints of Lima #81A317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.3%

R = 40.95%
G = 51.75%
B = 7.3%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#81A317 (or 0x81A317) is known color: Lima. HEX triplet: 81, A3 and 17. RGB value is (129,163,23). Sum of RGB (Red+Green+Blue) = 129+163+23=315 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.95% from 315); Green value is 163 (64.06% from 255 or 51.75% from 315); Blue value is 23 (9.38% from 255 or 7.30% from 315); Max value from RGB is 163 - color contains mainly: green. Hex color #81A317 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81A317 is #7E5CE8. Grayscale: #898989. Windows color (decimal): -8281321 or 1549185. OLE color: 1549185.

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

Color convert

RGB 129 163 23 -
CMYK 0.21 0 0.86 0.36
HSL 74.57º 0.75% 0.36% -
HSV(B) 74.57º 0.86% 0.64% -
XYZ 22.31 30.92 5.6 -
YUV 136.87 63.74 122.38 -
System Red Green Blue C M Y K H S L
Decimal 129 163 23 0.21 0 0.86 0.36 74.57 0.75 0.36
Hex 81 A3 17 15 0 56 24 4B 4B 24
Octal 201 243 27 25 0 126 44 113 113 44
Binary 10000001 10100011 10111 10101 0 1010110 100100 1001011 1001011 100100

Color Harmonies of #81A317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81A317

Black with #81A317

Text Example


Text Example

White with #81A317

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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