#84B008

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

Shades of Lima #84B008

Tints of Lima #84B008

Color information

#84B008 (or 0x84B008) is unknown color: approx Lima. HEX triplet: 84, B0 and 08. RGB value is (132,176,8). Sum of RGB (Red+Green+Blue) = 132+176+8=316 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.77% from 316); Green value is 176 (69.14% from 255 or 55.70% from 316); Blue value is 8 (3.52% from 255 or 2.53% from 316); Max value from RGB is 176 - color contains mainly: green. Hex color #84B008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84B008 is #7B4FF7. Grayscale: #909090. Windows color (decimal): -8081400 or 569476. OLE color: 569476.

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

Color convert

RGB1321768-
CMYK0.2500.950.31
HSL75.71º91.3%36.08%-
HSV(B)75.71º95.45%69.02%-
XYZ25.0835.975.85-
YUV143.6951.42119.66-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.77%
GREEN value IS 176 (69.14% from 255) = 55.70%
BLUE value IS 8 (3.52% from 255) = 2.53%
R=41.77%
G=55.70%
B=2.53%

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
Decimal13217680.2500.950.3175.7191.336.08
Hex84B081905F1F4c5b24
Octal204260103101373711413344
Binary1000010010110000100011001010111111111110011001011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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