Html Css Color HEX #84A82F Limerick

📋 copy color: '#84A82F'

red 132 ◦ green 168 ◦ blue 47

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

Shades of Limerick #84A82F

Tints of Limerick #84A82F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 48.41%

 BLUE value IS 47 (18.75% from 255) = 13.54%

R = 38.04%
G = 48.41%
B = 13.54%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.72

 K value IS 0.34

RGB Variations

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

Color information

#84A82F (or 0x84A82F) is known color: Limerick. HEX triplet: 84, A8 and 2F. RGB value is (132,168,47). Sum of RGB (Red+Green+Blue) = 132+168+47=347 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.04% from 347); Green value is 168 (66.02% from 255 or 48.41% from 347); Blue value is 47 (18.75% from 255 or 13.54% from 347); Max value from RGB is 168 - color contains mainly: green. Hex color #84A82F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A82F is #7B57D0. Grayscale: #8F8F8F. Windows color (decimal): -8083409 or 3123332. OLE color: 3123332.

HSL color Cylindrical-coordinate representation of color #84A82F: hue angle of 77.85º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #84A82F is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.34.

Color convert

RGB 132 168 47 -
CMYK 0.21 0 0.72 0.34
HSL 77.85º 0.56% 0.42% -
HSV(B) 77.85º 0.72% 0.66% -
XYZ 24.03 33.12 7.81 -
YUV 143.44 73.57 119.84 -
System Red Green Blue C M Y K H S L
Decimal 132 168 47 0.21 0 0.72 0.34 77.85 0.56 0.42
Hex 84 A8 2F 15 0 48 22 4E 38 2A
Octal 204 250 57 25 0 110 42 116 70 52
Binary 10000100 10101000 101111 10101 0 1001000 100010 1001110 111000 101010

Color Harmonies of #84A82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A82F

Black with #84A82F

Text Example


Text Example

White with #84A82F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,168,47); }

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

background-color css

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

 a { background-color: rgb(132,168,47); }

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

border-color css

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

 span { border-color: rgb(132,168,47); }

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