Html Css Color HEX #84B531 Limerick

📋 copy color: '#84B531'

red 132 ◦ green 181 ◦ blue 49

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

Shades of Limerick #84B531

Tints of Limerick #84B531

RGB

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

 GREEN value IS 181 (71.09% from 255) = 50%

 BLUE value IS 49 (19.53% from 255) = 13.54%

R = 36.46%
G = 50%
B = 13.54%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#84B531 (or 0x84B531) is known color: Limerick. HEX triplet: 84, B5 and 31. RGB value is (132,181,49). Sum of RGB (Red+Green+Blue) = 132+181+49=362 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.46% from 362); Green value is 181 (71.09% from 255 or 50% from 362); Blue value is 49 (19.53% from 255 or 13.54% from 362); Max value from RGB is 181 - color contains mainly: green. Hex color #84B531 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84B531 is #7B4ACE. Grayscale: #979797. Windows color (decimal): -8080079 or 3257732. OLE color: 3257732.

HSL color Cylindrical-coordinate representation of color #84B531: hue angle of 82.27º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #84B531 is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 132 181 49 -
CMYK 0.27 0 0.73 0.29
HSL 82.27º 0.57% 0.45% -
HSV(B) 82.27º 0.73% 0.71% -
XYZ 26.59 38.18 8.87 -
YUV 151.3 70.27 114.23 -
System Red Green Blue C M Y K H S L
Decimal 132 181 49 0.27 0 0.73 0.29 82.27 0.57 0.45
Hex 84 B5 31 1B 0 49 1D 52 39 2D
Octal 204 265 61 33 0 111 35 122 71 55
Binary 10000100 10110101 110001 11011 0 1001001 11101 1010010 111001 101101

Color Harmonies of #84B531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B531

Black with #84B531

Text Example


Text Example

White with #84B531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,181,49); }

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

background-color css

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

 a { background-color: rgb(132,181,49); }

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

border-color css

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

 span { border-color: rgb(132,181,49); }

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