#84BE12

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

Shades of Lima #84BE12

Tints of Lima #84BE12

Color information

#84BE12 (or 0x84BE12) is unknown color: approx Lima. HEX triplet: 84, BE and 12. RGB value is (132,190,18). Sum of RGB (Red+Green+Blue) = 132+190+18=340 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.82% from 340); Green value is 190 (74.61% from 255 or 55.88% from 340); Blue value is 18 (7.42% from 255 or 5.29% from 340); Max value from RGB is 190 - color contains mainly: green. Hex color #84BE12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84BE12 is #7B41ED. Grayscale: #999999. Windows color (decimal): -8077806 or 1228420. OLE color: 1228420.

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

Color convert

RGB13219018-
CMYK0.3100.910.25
HSL80.23º82.69%40.78%-
HSV(B)80.23º90.53%74.51%-
XYZ28.0441.787.16-
YUV153.0551.78112.99-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.82%
GREEN value IS 190 (74.61% from 255) = 55.88%
BLUE value IS 18 (7.42% from 255) = 5.29%
R=38.82%
G=55.88%
B=5.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal132190180.3100.910.2580.2382.6940.78
Hex84BE121F05B19505329
Octal204276223701333112012351
Binary10000100101111101001011111010110111100110100001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BE12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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