Html Css Color HEX #84BA2E Limerick

📋 copy color: '#84BA2E'

red 132 ◦ green 186 ◦ blue 46

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

Shades of Limerick #84BA2E

Tints of Limerick #84BA2E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 51.1%

 BLUE value IS 46 (18.36% from 255) = 12.64%

R = 36.26%
G = 51.1%
B = 12.64%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#84BA2E (or 0x84BA2E) is known color: Limerick. HEX triplet: 84, BA and 2E. RGB value is (132,186,46). Sum of RGB (Red+Green+Blue) = 132+186+46=364 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.26% from 364); Green value is 186 (73.05% from 255 or 51.10% from 364); Blue value is 46 (18.36% from 255 or 12.64% from 364); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84BA2E is #7B45D1. Grayscale: #9A9A9A. Windows color (decimal): -8078802 or 3062404. OLE color: 3062404.

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

Color convert

RGB 132 186 46 -
CMYK 0.29 0 0.75 0.27
HSL 83.14º 0.6% 0.45% -
HSV(B) 83.14º 0.75% 0.73% -
XYZ 27.57 40.22 8.9 -
YUV 153.89 67.11 112.38 -
System Red Green Blue C M Y K H S L
Decimal 132 186 46 0.29 0 0.75 0.27 83.14 0.6 0.45
Hex 84 BA 2E 1D 0 4B 1B 53 3C 2D
Octal 204 272 56 35 0 113 33 123 74 55
Binary 10000100 10111010 101110 11101 0 1001011 11011 1010011 111100 101101

Color Harmonies of #84BA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BA2E

Black with #84BA2E

Text Example


Text Example

White with #84BA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,186,46); }

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

background-color css

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

 a { background-color: rgb(132,186,46); }

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

border-color css

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

 span { border-color: rgb(132,186,46); }

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