Html Css Color HEX #84B210 Lima

📋 copy color: '#84B210'

red 132 ◦ green 178 ◦ blue 16

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

Shades of Lima #84B210

Tints of Lima #84B210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.91%

R = 40.49%
G = 54.6%
B = 4.91%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#84B210 (or 0x84B210) is known color: Lima. HEX triplet: 84, B2 and 10. RGB value is (132,178,16). Sum of RGB (Red+Green+Blue) = 132+178+16=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 178 (69.92% from 255 or 54.60% from 326); Blue value is 16 (6.64% from 255 or 4.91% from 326); Max value from RGB is 178 - color contains mainly: green. Hex color #84B210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84B210 is #7B4DEF. Grayscale: #929292. Windows color (decimal): -8080880 or 1094276. OLE color: 1094276.

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

Color convert

RGB 132 178 16 -
CMYK 0.26 0 0.91 0.30
HSL 77.04º 0.84% 0.38% -
HSV(B) 77.04º 0.91% 0.7% -
XYZ 25.53 36.78 6.24 -
YUV 145.78 54.76 118.17 -
System Red Green Blue C M Y K H S L
Decimal 132 178 16 0.26 0 0.91 0.30 77.04 0.84 0.38
Hex 84 B2 10 1A 0 5B 1E 4D 54 26
Octal 204 262 20 32 0 133 36 115 124 46
Binary 10000100 10110010 10000 11010 0 1011011 11110 1001101 1010100 100110

Color Harmonies of #84B210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B210

Black with #84B210

Text Example


Text Example

White with #84B210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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