#84B31A

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

Shades of Lima #84B31A

Tints of Lima #84B31A

Color information

#84B31A (or 0x84B31A) is unknown color: approx Lima. HEX triplet: 84, B3 and 1A. RGB value is (132,179,26). Sum of RGB (Red+Green+Blue) = 132+179+26=337 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.17% from 337); Green value is 179 (70.31% from 255 or 53.12% from 337); Blue value is 26 (10.55% from 255 or 7.72% from 337); Max value from RGB is 179 - color contains mainly: green. Hex color #84B31A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84B31A is #7B4CE5. Grayscale: #949494. Windows color (decimal): -8080614 or 1749892. OLE color: 1749892.

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

Color convert

RGB13217926-
CMYK0.2600.850.30
HSL78.43º74.63%40.2%-
HSV(B)78.43º85.47%70.2%-
XYZ25.8237.226.8-
YUV147.559.43116.94-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.17%
GREEN value IS 179 (70.31% from 255) = 53.12%
BLUE value IS 26 (10.55% from 255) = 7.72%
R=39.17%
G=53.12%
B=7.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal132179260.2600.850.3078.4374.6340.2
Hex84B31A1A0551E4e4b28
Octal204263323201253611611350
Binary10000100101100111101011010010101011111010011101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B31A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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