#848B18

Color #848B18 Trendy Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Green #848B18

Tints of Trendy Green #848B18

Color information

#848B18 (or 0x848B18) is unknown color: approx Trendy Green. HEX triplet: 84, 8B and 18. RGB value is (132,139,24). Sum of RGB (Red+Green+Blue) = 132+139+24=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 139 (54.69% from 255 or 47.12% from 295); Blue value is 24 (9.77% from 255 or 8.14% from 295); Max value from RGB is 139 - color contains mainly: green. Hex color #848B18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848B18 is #7B74E7. Grayscale: #7C7C7C. Windows color (decimal): -8090856 or 1608580. OLE color: 1608580.

HSL color Cylindrical-coordinate representation of color #848B18: hue angle of 63.65º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #848B18 is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.45.

Color convert

RGB13213924-
CMYK0.0500.830.45
HSL63.65º70.55%31.96%-
HSV(B)63.65º82.73%54.51%-
XYZ18.9123.444.39-
YUV123.871.68133.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.75%
GREEN value IS 139 (54.69% from 255) = 47.12%
BLUE value IS 24 (9.77% from 255) = 8.14%
R=44.75%
G=47.12%
B=8.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal132139240.0500.830.4563.6570.5531.96
Hex848B1850532D404720
Octal20421330501235510010740
Binary1000010010001011110001010101001110110110000001000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848B18; }

 p { color: rgb(132,139,24); }

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

<style>
 a { background-color: #848B18; }

 a { background-color: rgb(132,139,24); }

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

<style>
 span { border-color: #848B18; }

 span { border-color: rgb(132,139,24); }

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