Html Css Color HEX #84A31A Limerick

📋 copy color: '#84A31A'

red 132 ◦ green 163 ◦ blue 26

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

Shades of Limerick #84A31A

Tints of Limerick #84A31A

RGB

 RED value IS 132 (51.95% from 255) = 41.12%

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

 BLUE value IS 26 (10.55% from 255) = 8.1%

R = 41.12%
G = 50.78%
B = 8.1%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#84A31A (or 0x84A31A) is known color: Limerick. HEX triplet: 84, A3 and 1A. RGB value is (132,163,26). Sum of RGB (Red+Green+Blue) = 132+163+26=321 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.12% from 321); Green value is 163 (64.06% from 255 or 50.78% from 321); Blue value is 26 (10.55% from 255 or 8.10% from 321); Max value from RGB is 163 - color contains mainly: green. Hex color #84A31A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A31A is #7B5CE5. Grayscale: #8A8A8A. Windows color (decimal): -8084710 or 1745796. OLE color: 1745796.

HSL color Cylindrical-coordinate representation of color #84A31A: hue angle of 73.58º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #84A31A is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB 132 163 26 -
CMYK 0.19 0 0.84 0.36
HSL 73.58º 0.72% 0.37% -
HSV(B) 73.58º 0.84% 0.64% -
XYZ 22.8 31.17 5.79 -
YUV 138.11 64.73 123.64 -
System Red Green Blue C M Y K H S L
Decimal 132 163 26 0.19 0 0.84 0.36 73.58 0.72 0.37
Hex 84 A3 1A 13 0 54 24 4A 48 25
Octal 204 243 32 23 0 124 44 112 110 45
Binary 10000100 10100011 11010 10011 0 1010100 100100 1001010 1001000 100101

Color Harmonies of #84A31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A31A

Black with #84A31A

Text Example


Text Example

White with #84A31A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84A31A; }

 p { color: rgb(132,163,26); }

 H1.HeaderClassName
 {
   color: #84A31A;
 }
 .AnyTagClassName
 {
   color: #84A31A;
 }
</style>

background-color css

<style>
 a { background-color: #84A31A; }

 a { background-color: rgb(132,163,26); }

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

border-color css

<style>
 span { border-color: #84A31A; }

 span { border-color: rgb(132,163,26); }

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