#84BE0A

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

Shades of Lima #84BE0A

Tints of Lima #84BE0A

Color information

#84BE0A (or 0x84BE0A) is unknown color: approx Lima. HEX triplet: 84, BE and 0A. RGB value is (132,190,10). Sum of RGB (Red+Green+Blue) = 132+190+10=332 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.76% from 332); Green value is 190 (74.61% from 255 or 57.23% from 332); Blue value is 10 (4.30% from 255 or 3.01% from 332); Max value from RGB is 190 - color contains mainly: green. Hex color #84BE0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84BE0A is #7B41F5. Grayscale: #989898. Windows color (decimal): -8077814 or 704132. OLE color: 704132.

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

Color convert

RGB13219010-
CMYK0.3100.950.25
HSL79.33º90%39.22%-
HSV(B)79.33º94.74%74.51%-
XYZ27.9841.756.87-
YUV152.1447.78113.64-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.76%
GREEN value IS 190 (74.61% from 255) = 57.23%
BLUE value IS 10 (4.30% from 255) = 3.01%
R=39.76%
G=57.23%
B=3.01%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal132190100.3100.950.2579.339039.22
Hex84BEA1F05F194f5a27
Octal204276123701373111713247
Binary1000010010111110101011111010111111100110011111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BE0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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