Html Css Color HEX #84BA20 Lima

📋 copy color: '#84BA20'

red 132 ◦ green 186 ◦ blue 32

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

Shades of Lima #84BA20

Tints of Lima #84BA20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.14%

R = 37.71%
G = 53.14%
B = 9.14%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#84BA20 (or 0x84BA20) is known color: Lima. HEX triplet: 84, BA and 20. RGB value is (132,186,32). Sum of RGB (Red+Green+Blue) = 132+186+32=350 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.71% from 350); Green value is 186 (73.05% from 255 or 53.14% from 350); Blue value is 32 (12.89% from 255 or 9.14% from 350); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84BA20 is #7B45DF. Grayscale: #989898. Windows color (decimal): -8078816 or 2144900. OLE color: 2144900.

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

Color convert

RGB 132 186 32 -
CMYK 0.29 0 0.83 0.27
HSL 81.04º 0.71% 0.43% -
HSV(B) 81.04º 0.83% 0.73% -
XYZ 27.34 40.13 7.67 -
YUV 152.3 60.11 113.52 -
System Red Green Blue C M Y K H S L
Decimal 132 186 32 0.29 0 0.83 0.27 81.04 0.71 0.43
Hex 84 BA 20 1D 0 53 1B 51 47 2B
Octal 204 272 40 35 0 123 33 121 107 53
Binary 10000100 10111010 100000 11101 0 1010011 11011 1010001 1000111 101011

Color Harmonies of #84BA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BA20

Black with #84BA20

Text Example


Text Example

White with #84BA20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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