#84B108

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

Shades of Lima #84B108

Tints of Lima #84B108

Color information

#84B108 (or 0x84B108) is unknown color: approx Lima. HEX triplet: 84, B1 and 08. RGB value is (132,177,8). Sum of RGB (Red+Green+Blue) = 132+177+8=317 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.64% from 317); Green value is 177 (69.53% from 255 or 55.84% from 317); Blue value is 8 (3.52% from 255 or 2.52% from 317); Max value from RGB is 177 - color contains mainly: green. Hex color #84B108 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84B108 is #7B4EF7. Grayscale: #909090. Windows color (decimal): -8081144 or 569732. OLE color: 569732.

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

Color convert

RGB1321778-
CMYK0.2500.950.31
HSL75.98º91.35%36.27%-
HSV(B)75.98º95.48%69.41%-
XYZ25.2836.375.92-
YUV144.2851.09119.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.64%
GREEN value IS 177 (69.53% from 255) = 55.84%
BLUE value IS 8 (3.52% from 255) = 2.52%
R=41.64%
G=55.84%
B=2.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal13217780.2500.950.3175.9891.3536.27
Hex84B181905F1F4c5b24
Octal204261103101373711413344
Binary1000010010110001100011001010111111111110011001011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,177,8); }

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

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

 a { background-color: rgb(132,177,8); }

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

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

 span { border-color: rgb(132,177,8); }

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