Html Css Color HEX #84B219 Lima

📋 copy color: '#84B219'

red 132 ◦ green 178 ◦ blue 25

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

Shades of Lima #84B219

Tints of Lima #84B219

RGB

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

 GREEN value IS 178 (69.92% from 255) = 53.13%

 BLUE value IS 25 (10.16% from 255) = 7.46%

R = 39.4%
G = 53.13%
B = 7.46%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#84B219 (or 0x84B219) is known color: Lima. HEX triplet: 84, B2 and 19. RGB value is (132,178,25). Sum of RGB (Red+Green+Blue) = 132+178+25=335 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.40% from 335); Green value is 178 (69.92% from 255 or 53.13% from 335); Blue value is 25 (10.16% from 255 or 7.46% from 335); Max value from RGB is 178 - color contains mainly: green. Hex color #84B219 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84B219 is #7B4DE6. Grayscale: #939393. Windows color (decimal): -8080871 or 1684100. OLE color: 1684100.

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

Color convert

RGB 132 178 25 -
CMYK 0.26 0 0.86 0.30
HSL 78.04º 0.75% 0.4% -
HSV(B) 78.04º 0.86% 0.7% -
XYZ 25.61 36.82 6.68 -
YUV 146.8 59.26 117.44 -
System Red Green Blue C M Y K H S L
Decimal 132 178 25 0.26 0 0.86 0.30 78.04 0.75 0.4
Hex 84 B2 19 1A 0 56 1E 4E 4B 28
Octal 204 262 31 32 0 126 36 116 113 50
Binary 10000100 10110010 11001 11010 0 1010110 11110 1001110 1001011 101000

Color Harmonies of #84B219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B219

Black with #84B219

Text Example


Text Example

White with #84B219

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,178,25); }

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

background-color css

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

 a { background-color: rgb(132,178,25); }

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

border-color css

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

 span { border-color: rgb(132,178,25); }

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