Html Css Color HEX #84A51F Limerick

📋 copy color: '#84A51F'

red 132 ◦ green 165 ◦ blue 31

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

Shades of Limerick #84A51F

Tints of Limerick #84A51F

RGB

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

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

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

R = 40.24%
G = 50.3%
B = 9.45%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#84A51F (or 0x84A51F) is known color: Limerick. HEX triplet: 84, A5 and 1F. RGB value is (132,165,31). Sum of RGB (Red+Green+Blue) = 132+165+31=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 165 (64.84% from 255 or 50.30% from 328); Blue value is 31 (12.5% from 255 or 9.45% from 328); Max value from RGB is 165 - color contains mainly: green. Hex color #84A51F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A51F is #7B5AE0. Grayscale: #8C8C8C. Windows color (decimal): -8084193 or 2073988. OLE color: 2073988.

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

Color convert

RGB 132 165 31 -
CMYK 0.20 0 0.81 0.35
HSL 74.78º 0.68% 0.38% -
HSV(B) 74.78º 0.81% 0.65% -
XYZ 23.22 31.91 6.23 -
YUV 139.86 66.57 122.4 -
System Red Green Blue C M Y K H S L
Decimal 132 165 31 0.20 0 0.81 0.35 74.78 0.68 0.38
Hex 84 A5 1F 14 0 51 23 4B 44 26
Octal 204 245 37 24 0 121 43 113 104 46
Binary 10000100 10100101 11111 10100 0 1010001 100011 1001011 1000100 100110

Color Harmonies of #84A51F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A51F

Black with #84A51F

Text Example


Text Example

White with #84A51F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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