Html Css Color HEX #84B331 Limerick

📋 copy color: '#84B331'

red 132 ◦ green 179 ◦ blue 49

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

Shades of Limerick #84B331

Tints of Limerick #84B331

RGB

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

 GREEN value IS 179 (70.31% from 255) = 49.72%

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

R = 36.67%
G = 49.72%
B = 13.61%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#84B331 (or 0x84B331) is known color: Limerick. HEX triplet: 84, B3 and 31. RGB value is (132,179,49). Sum of RGB (Red+Green+Blue) = 132+179+49=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 179 (70.31% from 255 or 49.72% from 360); Blue value is 49 (19.53% from 255 or 13.61% from 360); Max value from RGB is 179 - color contains mainly: green. Hex color #84B331 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84B331 is #7B4CCE. Grayscale: #969696. Windows color (decimal): -8080591 or 3257220. OLE color: 3257220.

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

Color convert

RGB 132 179 49 -
CMYK 0.26 0 0.73 0.30
HSL 81.69º 0.57% 0.45% -
HSV(B) 81.69º 0.73% 0.7% -
XYZ 26.19 37.37 8.74 -
YUV 150.13 70.93 115.07 -
System Red Green Blue C M Y K H S L
Decimal 132 179 49 0.26 0 0.73 0.30 81.69 0.57 0.45
Hex 84 B3 31 1A 0 49 1E 52 39 2D
Octal 204 263 61 32 0 111 36 122 71 55
Binary 10000100 10110011 110001 11010 0 1001001 11110 1010010 111001 101101

Color Harmonies of #84B331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B331

Black with #84B331

Text Example


Text Example

White with #84B331

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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