Html Css Color HEX #84A51D Limerick

📋 copy color: '#84A51D'

red 132 ◦ green 165 ◦ blue 29

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

Shades of Limerick #84A51D

Tints of Limerick #84A51D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.9%

R = 40.49%
G = 50.61%
B = 8.9%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#84A51D (or 0x84A51D) is known color: Limerick. HEX triplet: 84, A5 and 1D. RGB value is (132,165,29). Sum of RGB (Red+Green+Blue) = 132+165+29=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 165 (64.84% from 255 or 50.61% from 326); Blue value is 29 (11.72% from 255 or 8.90% from 326); Max value from RGB is 165 - color contains mainly: green. Hex color #84A51D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A51D is #7B5AE2. Grayscale: #8C8C8C. Windows color (decimal): -8084195 or 1942916. OLE color: 1942916.

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

Color convert

RGB 132 165 29 -
CMYK 0.20 0 0.82 0.35
HSL 74.56º 0.7% 0.38% -
HSV(B) 74.56º 0.82% 0.65% -
XYZ 23.19 31.9 6.1 -
YUV 139.63 65.57 122.56 -
System Red Green Blue C M Y K H S L
Decimal 132 165 29 0.20 0 0.82 0.35 74.56 0.7 0.38
Hex 84 A5 1D 14 0 52 23 4B 46 26
Octal 204 245 35 24 0 122 43 113 106 46
Binary 10000100 10100101 11101 10100 0 1010010 100011 1001011 1000110 100110

Color Harmonies of #84A51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A51D

Black with #84A51D

Text Example


Text Example

White with #84A51D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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