Html Css Color HEX #84BA10 Lima

📋 copy color: '#84BA10'

red 132 ◦ green 186 ◦ blue 16

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

Shades of Lima #84BA10

Tints of Lima #84BA10

RGB

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

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

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

R = 39.52%
G = 55.69%
B = 4.79%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#84BA10 (or 0x84BA10) is known color: Lima. HEX triplet: 84, BA and 10. RGB value is (132,186,16). Sum of RGB (Red+Green+Blue) = 132+186+16=334 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.52% from 334); Green value is 186 (73.05% from 255 or 55.69% from 334); Blue value is 16 (6.64% from 255 or 4.79% from 334); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84BA10 is #7B45EF. Grayscale: #979797. Windows color (decimal): -8078832 or 1096324. OLE color: 1096324.

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

Color convert

RGB 132 186 16 -
CMYK 0.29 0 0.91 0.27
HSL 79.06º 0.84% 0.4% -
HSV(B) 79.06º 0.91% 0.73% -
XYZ 27.17 40.06 6.79 -
YUV 150.47 52.11 114.82 -
System Red Green Blue C M Y K H S L
Decimal 132 186 16 0.29 0 0.91 0.27 79.06 0.84 0.4
Hex 84 BA 10 1D 0 5B 1B 4F 54 28
Octal 204 272 20 35 0 133 33 117 124 50
Binary 10000100 10111010 10000 11101 0 1011011 11011 1001111 1010100 101000

Color Harmonies of #84BA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BA10

Black with #84BA10

Text Example


Text Example

White with #84BA10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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