Html Css Color HEX #84B810 Lima

📋 copy color: '#84B810'

red 132 ◦ green 184 ◦ blue 16

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

Shades of Lima #84B810

Tints of Lima #84B810

RGB

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

 GREEN value IS 184 (72.27% from 255) = 55.42%

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

R = 39.76%
G = 55.42%
B = 4.82%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#84B810 (or 0x84B810) is known color: Lima. HEX triplet: 84, B8 and 10. RGB value is (132,184,16). Sum of RGB (Red+Green+Blue) = 132+184+16=332 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.76% from 332); Green value is 184 (72.27% from 255 or 55.42% from 332); Blue value is 16 (6.64% from 255 or 4.82% from 332); Max value from RGB is 184 - color contains mainly: green. Hex color #84B810 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84B810 is #7B47EF. Grayscale: #959595. Windows color (decimal): -8079344 or 1095812. OLE color: 1095812.

HSL color Cylindrical-coordinate representation of color #84B810: hue angle of 78.57º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #84B810 is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 132 184 16 -
CMYK 0.28 0 0.91 0.28
HSL 78.57º 0.84% 0.39% -
HSV(B) 78.57º 0.91% 0.72% -
XYZ 26.75 39.22 6.65 -
YUV 149.3 52.77 115.66 -
System Red Green Blue C M Y K H S L
Decimal 132 184 16 0.28 0 0.91 0.28 78.57 0.84 0.39
Hex 84 B8 10 1C 0 5B 1C 4F 54 27
Octal 204 270 20 34 0 133 34 117 124 47
Binary 10000100 10111000 10000 11100 0 1011011 11100 1001111 1010100 100111

Color Harmonies of #84B810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B810

Black with #84B810

Text Example


Text Example

White with #84B810

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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