Html Css Color HEX #84B62A Limerick

📋 copy color: '#84B62A'

red 132 ◦ green 182 ◦ blue 42

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

Shades of Limerick #84B62A

Tints of Limerick #84B62A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 51.12%

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

R = 37.08%
G = 51.12%
B = 11.8%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#84B62A (or 0x84B62A) is known color: Limerick. HEX triplet: 84, B6 and 2A. RGB value is (132,182,42). Sum of RGB (Red+Green+Blue) = 132+182+42=356 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.08% from 356); Green value is 182 (71.48% from 255 or 51.12% from 356); Blue value is 42 (16.80% from 255 or 11.80% from 356); Max value from RGB is 182 - color contains mainly: green. Hex color #84B62A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84B62A is #7B49D5. Grayscale: #979797. Windows color (decimal): -8079830 or 2799236. OLE color: 2799236.

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

Color convert

RGB 132 182 42 -
CMYK 0.27 0 0.77 0.29
HSL 81.43º 0.63% 0.44% -
HSV(B) 81.43º 0.77% 0.71% -
XYZ 26.66 38.53 8.22 -
YUV 151.09 66.44 114.38 -
System Red Green Blue C M Y K H S L
Decimal 132 182 42 0.27 0 0.77 0.29 81.43 0.63 0.44
Hex 84 B6 2A 1B 0 4D 1D 51 3E 2C
Octal 204 266 52 33 0 115 35 121 76 54
Binary 10000100 10110110 101010 11011 0 1001101 11101 1010001 111110 101100

Color Harmonies of #84B62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B62A

Black with #84B62A

Text Example


Text Example

White with #84B62A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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