#848D15

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

Shades of Trendy Green #848D15

Tints of Trendy Green #848D15

Color information

#848D15 (or 0x848D15) is unknown color: approx Trendy Green. HEX triplet: 84, 8D and 15. RGB value is (132,141,21). Sum of RGB (Red+Green+Blue) = 132+141+21=294 (38% of max value = 765). Red value is 132 (51.95% from 255 or 44.90% from 294); Green value is 141 (55.47% from 255 or 47.96% from 294); Blue value is 21 (8.59% from 255 or 7.14% from 294); Max value from RGB is 141 - color contains mainly: green. Hex color #848D15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848D15 is #7B72EA. Grayscale: #7D7D7D. Windows color (decimal): -8090347 or 1412484. OLE color: 1412484.

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

Color convert

RGB13214121-
CMYK0.0600.850.45
HSL64.5º74.07%31.76%-
HSV(B)64.5º85.11%55.29%-
XYZ19.1824.014.33-
YUV124.6369.52133.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.90%
GREEN value IS 141 (55.47% from 255) = 47.96%
BLUE value IS 21 (8.59% from 255) = 7.14%
R=44.90%
G=47.96%
B=7.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal132141210.0600.850.4564.574.0731.76
Hex848D1560552D404a20
Octal20421525601255510011240
Binary1000010010001101101011100101010110110110000001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,141,21); }

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

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

 a { background-color: rgb(132,141,21); }

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

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

 span { border-color: rgb(132,141,21); }

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