#858926

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

Shades of Trendy Green #858926

Tints of Trendy Green #858926

Color information

#858926 (or 0x858926) is unknown color: approx Trendy Green. HEX triplet: 85, 89 and 26. RGB value is (133,137,38). Sum of RGB (Red+Green+Blue) = 133+137+38=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 137 (53.91% from 255 or 44.48% from 308); Blue value is 38 (15.23% from 255 or 12.34% from 308); Max value from RGB is 137 - color contains mainly: green. Hex color #858926 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858926 is #7A76D9. Grayscale: #7C7C7C. Windows color (decimal): -8025818 or 2525573. OLE color: 2525573.

HSL color Cylindrical-coordinate representation of color #858926: hue angle of 62.42º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #858926 is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.46.

Color convert

RGB13313738-
CMYK0.0300.720.46
HSL62.42º56.57%34.31%-
HSV(B)62.42º72.26%53.73%-
XYZ18.9723.025.28-
YUV124.5279.17134.05-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.18%
GREEN value IS 137 (53.91% from 255) = 44.48%
BLUE value IS 38 (15.23% from 255) = 12.34%
R=43.18%
G=44.48%
B=12.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal133137380.0300.720.4662.4256.5734.31
Hex85892630482E3e3922
Octal205211463011056767142
Binary10000101100010011001101101001000101110111110111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858926; }

 p { color: rgb(133,137,38); }

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

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

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

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

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

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

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