#84B11A

Color #84B11A Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #84B11A

Tints of Lima #84B11A

Color information

#84B11A (or 0x84B11A) is unknown color: approx Lima. HEX triplet: 84, B1 and 1A. RGB value is (132,177,26). Sum of RGB (Red+Green+Blue) = 132+177+26=335 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.40% from 335); Green value is 177 (69.53% from 255 or 52.84% from 335); Blue value is 26 (10.55% from 255 or 7.76% from 335); Max value from RGB is 177 - color contains mainly: green. Hex color #84B11A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84B11A is #7B4EE5. Grayscale: #929292. Windows color (decimal): -8081126 or 1749380. OLE color: 1749380.

HSL color Cylindrical-coordinate representation of color #84B11A: hue angle of 77.88º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #84B11A is Cyan = 0.25, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB13217726-
CMYK0.2500.850.31
HSL77.88º74.38%39.8%-
HSV(B)77.88º85.31%69.41%-
XYZ25.4236.426.67-
YUV146.3360.09117.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.40%
GREEN value IS 177 (69.53% from 255) = 52.84%
BLUE value IS 26 (10.55% from 255) = 7.76%
R=39.40%
G=52.84%
B=7.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal132177260.2500.850.3177.8874.3839.8
Hex84B11A190551F4e4a28
Octal204261323101253711611250
Binary10000100101100011101011001010101011111110011101001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B11A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,177,26); }

 H1.HeaderClassName
 {
   color: #84B11A;
 }
 .AnyTagClassName
 {
   color: #84B11A;
 }
</style>
background-color css

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

 a { background-color: rgb(132,177,26); }

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

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

 span { border-color: rgb(132,177,26); }

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