Html Css Color HEX #84A51A Limerick

📋 copy color: '#84A51A'

red 132 ◦ green 165 ◦ blue 26

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

Shades of Limerick #84A51A

Tints of Limerick #84A51A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 51.08%

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

R = 40.87%
G = 51.08%
B = 8.05%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#84A51A (or 0x84A51A) is known color: Limerick. HEX triplet: 84, A5 and 1A. RGB value is (132,165,26). Sum of RGB (Red+Green+Blue) = 132+165+26=323 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.87% from 323); Green value is 165 (64.84% from 255 or 51.08% from 323); Blue value is 26 (10.55% from 255 or 8.05% from 323); Max value from RGB is 165 - color contains mainly: green. Hex color #84A51A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A51A is #7B5AE5. Grayscale: #8B8B8B. Windows color (decimal): -8084198 or 1746308. OLE color: 1746308.

HSL color Cylindrical-coordinate representation of color #84A51A: hue angle of 74.24º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #84A51A is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 132 165 26 -
CMYK 0.20 0 0.84 0.35
HSL 74.24º 0.73% 0.37% -
HSV(B) 74.24º 0.84% 0.65% -
XYZ 23.16 31.89 5.91 -
YUV 139.29 64.07 122.8 -
System Red Green Blue C M Y K H S L
Decimal 132 165 26 0.20 0 0.84 0.35 74.24 0.73 0.37
Hex 84 A5 1A 14 0 54 23 4A 49 25
Octal 204 245 32 24 0 124 43 112 111 45
Binary 10000100 10100101 11010 10100 0 1010100 100011 1001010 1001001 100101

Color Harmonies of #84A51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A51A

Black with #84A51A

Text Example


Text Example

White with #84A51A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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