Html Css Color HEX #81A31C Lima

📋 copy color: '#81A31C'

red 129 ◦ green 163 ◦ blue 28

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

Shades of Lima #81A31C

Tints of Lima #81A31C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.75%

R = 40.31%
G = 50.94%
B = 8.75%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#81A31C (or 0x81A31C) is known color: Lima. HEX triplet: 81, A3 and 1C. RGB value is (129,163,28). Sum of RGB (Red+Green+Blue) = 129+163+28=320 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.31% from 320); Green value is 163 (64.06% from 255 or 50.94% from 320); Blue value is 28 (11.33% from 255 or 8.75% from 320); Max value from RGB is 163 - color contains mainly: green. Hex color #81A31C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81A31C is #7E5CE3. Grayscale: #898989. Windows color (decimal): -8281316 or 1876865. OLE color: 1876865.

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

Color convert

RGB 129 163 28 -
CMYK 0.21 0 0.83 0.36
HSL 75.11º 0.71% 0.37% -
HSV(B) 75.11º 0.83% 0.64% -
XYZ 22.36 30.95 5.89 -
YUV 137.44 66.24 121.98 -
System Red Green Blue C M Y K H S L
Decimal 129 163 28 0.21 0 0.83 0.36 75.11 0.71 0.37
Hex 81 A3 1C 15 0 53 24 4B 47 25
Octal 201 243 34 25 0 123 44 113 107 45
Binary 10000001 10100011 11100 10101 0 1010011 100100 1001011 1000111 100101

Color Harmonies of #81A31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81A31C

Black with #81A31C

Text Example


Text Example

White with #81A31C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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