#84BA0B

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

Shades of Lima #84BA0B

Tints of Lima #84BA0B

Color information

#84BA0B (or 0x84BA0B) is unknown color: approx Lima. HEX triplet: 84, BA and 0B. RGB value is (132,186,11). Sum of RGB (Red+Green+Blue) = 132+186+11=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 186 (73.05% from 255 or 56.53% from 329); Blue value is 11 (4.69% from 255 or 3.34% from 329); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84BA0B is #7B45F4. Grayscale: #969696. Windows color (decimal): -8078837 or 768644. OLE color: 768644.

HSL color Cylindrical-coordinate representation of color #84BA0B: hue angle of 78.51º degrees, saturation: 0.89, 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 #84BA0B is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB13218611-
CMYK0.2900.940.27
HSL78.51º88.83%38.63%-
HSV(B)78.51º94.09%72.94%-
XYZ27.1440.056.62-
YUV149.949.61115.23-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.12%
GREEN value IS 186 (73.05% from 255) = 56.53%
BLUE value IS 11 (4.69% from 255) = 3.34%
R=40.12%
G=56.53%
B=3.34%

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
Decimal132186110.2900.940.2778.5188.8338.63
Hex84BAB1D05E1B4f5927
Octal204272133501363311713147
Binary1000010010111010101111101010111101101110011111011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BA0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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