#84B81C

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

Shades of Lima #84B81C

Tints of Lima #84B81C

Color information

#84B81C (or 0x84B81C) is unknown color: approx Lima. HEX triplet: 84, B8 and 1C. RGB value is (132,184,28). Sum of RGB (Red+Green+Blue) = 132+184+28=344 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.37% from 344); Green value is 184 (72.27% from 255 or 53.49% from 344); Blue value is 28 (11.33% from 255 or 8.14% from 344); Max value from RGB is 184 - color contains mainly: green. Hex color #84B81C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84B81C is #7B47E3. Grayscale: #979797. Windows color (decimal): -8079332 or 1882244. OLE color: 1882244.

HSL color Cylindrical-coordinate representation of color #84B81C: hue angle of 80º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #84B81C is Cyan = 0.28, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB13218428-
CMYK0.2800.850.28
HSL80º73.58%41.57%-
HSV(B)80º84.78%72.16%-
XYZ26.8739.277.26-
YUV150.6758.77114.68-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.37%
GREEN value IS 184 (72.27% from 255) = 53.49%
BLUE value IS 28 (11.33% from 255) = 8.14%
R=38.37%
G=53.49%
B=8.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal132184280.2800.850.288073.5841.57
Hex84B81C1C0551C504a2a
Octal204270343401253412011252
Binary10000100101110001110011100010101011110010100001001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B81C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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