#858514

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

Shades of Trendy Green #858514

Tints of Trendy Green #858514

Color information

#858514 (or 0x858514) is unknown color: approx Trendy Green. HEX triplet: 85, 85 and 14. RGB value is (133,133,20). Sum of RGB (Red+Green+Blue) = 133+133+20=286 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.50% from 286); Green value is 133 (52.34% from 255 or 46.50% from 286); Blue value is 20 (8.20% from 255 or 6.99% from 286); Max value from RGB is 133 - color contains mainly: red, green. Hex color #858514 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858514 is #7A7AEB. Grayscale: #787878. Windows color (decimal): -8026860 or 1344901. OLE color: 1344901.

HSL color Cylindrical-coordinate representation of color #858514: hue angle of 60º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #858514 is Cyan = 0, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.48.

Color convert

RGB13313320-
CMYK000.850.48
HSL60º73.86%30%-
HSV(B)60º84.96%52.16%-
XYZ18.1921.813.91-
YUV120.1271.5137.19-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.50%
GREEN value IS 133 (52.34% from 255) = 46.50%
BLUE value IS 20 (8.20% from 255) = 6.99%
R=46.50%
G=46.50%
B=6.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13313320000.850.486073.8630
Hex8585140055303c4a1e
Octal2052052400125607411236
Binary100001011000010110100001010101110000111100100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858514; }

 p { color: rgb(133,133,20); }

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

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

 a { background-color: rgb(133,133,20); }

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

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

 span { border-color: rgb(133,133,20); }

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