#84BA0C

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

Shades of Lima #84BA0C

Tints of Lima #84BA0C

Color information

#84BA0C (or 0x84BA0C) is unknown color: approx Lima. HEX triplet: 84, BA and 0C. RGB value is (132,186,12). Sum of RGB (Red+Green+Blue) = 132+186+12=330 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40% from 330); Green value is 186 (73.05% from 255 or 56.36% from 330); Blue value is 12 (5.08% from 255 or 3.64% from 330); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84BA0C is #7B45F3. Grayscale: #969696. Windows color (decimal): -8078836 or 834180. OLE color: 834180.

HSL color Cylindrical-coordinate representation of color #84BA0C: hue angle of 78.62º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #84BA0C is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB13218612-
CMYK0.2900.940.27
HSL78.62º87.88%38.82%-
HSV(B)78.62º93.55%72.94%-
XYZ27.1440.056.65-
YUV150.0250.11115.15-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40%
GREEN value IS 186 (73.05% from 255) = 56.36%
BLUE value IS 12 (5.08% from 255) = 3.64%
R=40%
G=56.36%
B=3.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal132186120.2900.940.2778.6287.8838.82
Hex84BAC1D05E1B4f5827
Octal204272143501363311713047
Binary1000010010111010110011101010111101101110011111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BA0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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