#84B31C

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

Shades of Lima #84B31C

Tints of Lima #84B31C

Color information

#84B31C (or 0x84B31C) is unknown color: approx Lima. HEX triplet: 84, B3 and 1C. RGB value is (132,179,28). Sum of RGB (Red+Green+Blue) = 132+179+28=339 (44% of max value = 765). Red value is 132 (51.95% from 255 or 38.94% from 339); Green value is 179 (70.31% from 255 or 52.80% from 339); Blue value is 28 (11.33% from 255 or 8.26% from 339); Max value from RGB is 179 - color contains mainly: green. Hex color #84B31C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84B31C is #7B4CE3. Grayscale: #949494. Windows color (decimal): -8080612 or 1880964. OLE color: 1880964.

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

Color convert

RGB13217928-
CMYK0.2600.840.30
HSL78.68º72.95%40.59%-
HSV(B)78.68º84.36%70.2%-
XYZ25.8537.236.92-
YUV147.7360.43116.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.94%
GREEN value IS 179 (70.31% from 255) = 52.80%
BLUE value IS 28 (11.33% from 255) = 8.26%
R=38.94%
G=52.80%
B=8.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal132179280.2600.840.3078.6872.9540.59
Hex84B31C1A0541E4f4929
Octal204263343201243611711151
Binary10000100101100111110011010010101001111010011111001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B31C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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