Html Css Color HEX #84B920 Lima

📋 copy color: '#84B920'

red 132 ◦ green 185 ◦ blue 32

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

Shades of Lima #84B920

Tints of Lima #84B920

RGB

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

 GREEN value IS 185 (72.66% from 255) = 53.01%

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

R = 37.82%
G = 53.01%
B = 9.17%

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

#84B920 (or 0x84B920) is known color: Lima. HEX triplet: 84, B9 and 20. RGB value is (132,185,32). Sum of RGB (Red+Green+Blue) = 132+185+32=349 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.82% from 349); Green value is 185 (72.66% from 255 or 53.01% from 349); Blue value is 32 (12.89% from 255 or 9.17% from 349); Max value from RGB is 185 - color contains mainly: green. Hex color #84B920 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84B920 is #7B46DF. Grayscale: #989898. Windows color (decimal): -8079072 or 2144644. OLE color: 2144644.

HSL color Cylindrical-coordinate representation of color #84B920: hue angle of 80.78º 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 #84B920 is Cyan = 0.29, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 132 185 32 -
CMYK 0.29 0 0.83 0.27
HSL 80.78º 0.71% 0.43% -
HSV(B) 80.78º 0.83% 0.73% -
XYZ 27.13 39.71 7.6 -
YUV 151.71 60.44 113.94 -
System Red Green Blue C M Y K H S L
Decimal 132 185 32 0.29 0 0.83 0.27 80.78 0.71 0.43
Hex 84 B9 20 1D 0 53 1B 51 47 2B
Octal 204 271 40 35 0 123 33 121 107 53
Binary 10000100 10111001 100000 11101 0 1010011 11011 1010001 1000111 101011

Color Harmonies of #84B920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B920

Black with #84B920

Text Example


Text Example

White with #84B920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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