Html Css Color HEX #84B82A Limerick

📋 copy color: '#84B82A'

red 132 ◦ green 184 ◦ blue 42

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

Shades of Limerick #84B82A

Tints of Limerick #84B82A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 51.4%

 BLUE value IS 42 (16.8% from 255) = 11.73%

R = 36.87%
G = 51.4%
B = 11.73%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#84B82A (or 0x84B82A) is known color: Limerick. HEX triplet: 84, B8 and 2A. RGB value is (132,184,42). Sum of RGB (Red+Green+Blue) = 132+184+42=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 184 (72.27% from 255 or 51.40% from 358); Blue value is 42 (16.80% from 255 or 11.73% from 358); Max value from RGB is 184 - color contains mainly: green. Hex color #84B82A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84B82A is #7B47D5. Grayscale: #989898. Windows color (decimal): -8079318 or 2799748. OLE color: 2799748.

HSL color Cylindrical-coordinate representation of color #84B82A: hue angle of 81.97º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #84B82A is Cyan = 0.28, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB 132 184 42 -
CMYK 0.28 0 0.77 0.28
HSL 81.97º 0.63% 0.44% -
HSV(B) 81.97º 0.77% 0.72% -
XYZ 27.07 39.35 8.36 -
YUV 152.26 65.77 113.55 -
System Red Green Blue C M Y K H S L
Decimal 132 184 42 0.28 0 0.77 0.28 81.97 0.63 0.44
Hex 84 B8 2A 1C 0 4D 1C 52 3F 2C
Octal 204 270 52 34 0 115 34 122 77 54
Binary 10000100 10111000 101010 11100 0 1001101 11100 1010010 111111 101100

Color Harmonies of #84B82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B82A

Black with #84B82A

Text Example


Text Example

White with #84B82A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,184,42); }

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

background-color css

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

 a { background-color: rgb(132,184,42); }

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

border-color css

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

 span { border-color: rgb(132,184,42); }

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