#84BF0A

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

Shades of Lima #84BF0A

Tints of Lima #84BF0A

Color information

#84BF0A (or 0x84BF0A) is unknown color: approx Lima. HEX triplet: 84, BF and 0A. RGB value is (132,191,10). Sum of RGB (Red+Green+Blue) = 132+191+10=333 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.64% from 333); Green value is 191 (75% from 255 or 57.36% from 333); Blue value is 10 (4.30% from 255 or 3.00% from 333); Max value from RGB is 191 - color contains mainly: green. Hex color #84BF0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84BF0A is #7B40F5. Grayscale: #999999. Windows color (decimal): -8077558 or 704388. OLE color: 704388.

HSL color Cylindrical-coordinate representation of color #84BF0A: hue angle of 79.56º 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 #84BF0A is Cyan = 0.31, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB13219110-
CMYK0.3100.950.25
HSL79.56º90.05%39.41%-
HSV(B)79.56º94.76%74.9%-
XYZ28.242.196.94-
YUV152.7247.45113.22-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.64%
GREEN value IS 191 (75% from 255) = 57.36%
BLUE value IS 10 (4.30% from 255) = 3.00%
R=39.64%
G=57.36%
B=3.00%

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
Decimal132191100.3100.950.2579.5690.0539.41
Hex84BFA1F05F19505a27
Octal204277123701373112013247
Binary1000010010111111101011111010111111100110100001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BF0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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