Html Css Color HEX #84A31F Limerick

📋 copy color: '#84A31F'

red 132 ◦ green 163 ◦ blue 31

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

Shades of Limerick #84A31F

Tints of Limerick #84A31F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.51%

R = 40.49%
G = 50%
B = 9.51%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#84A31F (or 0x84A31F) is known color: Limerick. HEX triplet: 84, A3 and 1F. RGB value is (132,163,31). Sum of RGB (Red+Green+Blue) = 132+163+31=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 163 (64.06% from 255 or 50% from 326); Blue value is 31 (12.5% from 255 or 9.51% from 326); Max value from RGB is 163 - color contains mainly: green. Hex color #84A31F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A31F is #7B5CE0. Grayscale: #8B8B8B. Windows color (decimal): -8084705 or 2073476. OLE color: 2073476.

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

Color convert

RGB 132 163 31 -
CMYK 0.19 0 0.81 0.36
HSL 74.09º 0.68% 0.38% -
HSV(B) 74.09º 0.81% 0.64% -
XYZ 22.86 31.2 6.11 -
YUV 138.68 67.23 123.23 -
System Red Green Blue C M Y K H S L
Decimal 132 163 31 0.19 0 0.81 0.36 74.09 0.68 0.38
Hex 84 A3 1F 13 0 51 24 4A 44 26
Octal 204 243 37 23 0 121 44 112 104 46
Binary 10000100 10100011 11111 10011 0 1010001 100100 1001010 1000100 100110

Color Harmonies of #84A31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A31F

Black with #84A31F

Text Example


Text Example

White with #84A31F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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