#84BE0B

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

Shades of Lima #84BE0B

Tints of Lima #84BE0B

Color information

#84BE0B (or 0x84BE0B) is unknown color: approx Lima. HEX triplet: 84, BE and 0B. RGB value is (132,190,11). Sum of RGB (Red+Green+Blue) = 132+190+11=333 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.64% from 333); Green value is 190 (74.61% from 255 or 57.06% from 333); Blue value is 11 (4.69% from 255 or 3.30% from 333); Max value from RGB is 190 - color contains mainly: green. Hex color #84BE0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84BE0B is #7B41F4. Grayscale: #989898. Windows color (decimal): -8077813 or 769668. OLE color: 769668.

HSL color Cylindrical-coordinate representation of color #84BE0B: hue angle of 79.44º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #84BE0B is Cyan = 0.31, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB13219011-
CMYK0.3100.940.25
HSL79.44º89.05%39.41%-
HSV(B)79.44º94.21%74.51%-
XYZ27.9941.766.9-
YUV152.2548.28113.55-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.64%
GREEN value IS 190 (74.61% from 255) = 57.06%
BLUE value IS 11 (4.69% from 255) = 3.30%
R=39.64%
G=57.06%
B=3.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal132190110.3100.940.2579.4489.0539.41
Hex84BEB1F05E194f5927
Octal204276133701363111713147
Binary1000010010111110101111111010111101100110011111011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BE0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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