#84BF0B

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

Shades of Lima #84BF0B

Tints of Lima #84BF0B

Color information

#84BF0B (or 0x84BF0B) is unknown color: approx Lima. HEX triplet: 84, BF and 0B. RGB value is (132,191,11). Sum of RGB (Red+Green+Blue) = 132+191+11=334 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.52% from 334); Green value is 191 (75% from 255 or 57.19% from 334); Blue value is 11 (4.69% from 255 or 3.29% from 334); Max value from RGB is 191 - color contains mainly: green. Hex color #84BF0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84BF0B is #7B40F4. Grayscale: #999999. Windows color (decimal): -8077557 or 769924. OLE color: 769924.

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

Color convert

RGB13219111-
CMYK0.3100.940.25
HSL79.67º89.11%39.61%-
HSV(B)79.67º94.24%74.9%-
XYZ28.2142.196.97-
YUV152.8447.95113.14-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.52%
GREEN value IS 191 (75% from 255) = 57.19%
BLUE value IS 11 (4.69% from 255) = 3.29%
R=39.52%
G=57.19%
B=3.29%

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
Decimal132191110.3100.940.2579.6789.1139.61
Hex84BFB1F05E19505928
Octal204277133701363112013150
Binary1000010010111111101111111010111101100110100001011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BF0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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