Html Css Color HEX #84BA11 Lima

📋 copy color: '#84BA11'

red 132 ◦ green 186 ◦ blue 17

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

Shades of Lima #84BA11

Tints of Lima #84BA11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.07%

R = 39.4%
G = 55.52%
B = 5.07%

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

#84BA11 (or 0x84BA11) is known color: Lima. HEX triplet: 84, BA and 11. RGB value is (132,186,17). Sum of RGB (Red+Green+Blue) = 132+186+17=335 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.40% from 335); Green value is 186 (73.05% from 255 or 55.52% from 335); Blue value is 17 (7.03% from 255 or 5.07% from 335); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84BA11 is #7B45EE. Grayscale: #979797. Windows color (decimal): -8078831 or 1161860. OLE color: 1161860.

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

Color convert

RGB 132 186 17 -
CMYK 0.29 0 0.91 0.27
HSL 79.17º 0.83% 0.4% -
HSV(B) 79.17º 0.91% 0.73% -
XYZ 27.18 40.06 6.83 -
YUV 150.59 52.61 114.74 -
System Red Green Blue C M Y K H S L
Decimal 132 186 17 0.29 0 0.91 0.27 79.17 0.83 0.4
Hex 84 BA 11 1D 0 5B 1B 4F 53 28
Octal 204 272 21 35 0 133 33 117 123 50
Binary 10000100 10111010 10001 11101 0 1011011 11011 1001111 1010011 101000

Color Harmonies of #84BA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BA11

Black with #84BA11

Text Example


Text Example

White with #84BA11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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