Html Css Color HEX #858416 Trendy Green

📋 copy color: '#858416'

red 133 ◦ green 132 ◦ blue 22

#858416
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Green #858416

Tints of Trendy Green #858416

RGB

 RED value IS 133 (52.34% from 255) = 46.34%

 GREEN value IS 132 (51.95% from 255) = 45.99%

 BLUE value IS 22 (8.98% from 255) = 7.67%

R = 46.34%
G = 45.99%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#858416 (or 0x858416) is known color: Trendy Green. HEX triplet: 85, 84 and 16. RGB value is (133,132,22). Sum of RGB (Red+Green+Blue) = 133+132+22=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 132 (51.95% from 255 or 45.99% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 133 - color contains mainly: red. Hex color #858416 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858416 is #7A7BE9. Grayscale: #787878. Windows color (decimal): -8027114 or 1475717. OLE color: 1475717.

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

Color convert

RGB 133 132 22 -
CMYK 0 0.01 0.83 0.48
HSL 59.46º 0.72% 0.3% -
HSV(B) 59.46º 0.83% 0.52% -
XYZ 18.07 21.55 3.97 -
YUV 119.76 72.83 137.44 -
System Red Green Blue C M Y K H S L
Decimal 133 132 22 0 0.01 0.83 0.48 59.46 0.72 0.3
Hex 85 84 16 0 1 53 30 3B 48 1E
Octal 205 204 26 0 1 123 60 73 110 36
Binary 10000101 10000100 10110 0 1 1010011 110000 111011 1001000 11110

Color Harmonies of #858416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858416

Black with #858416

Text Example


Text Example

White with #858416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858416; }

 p { color: rgb(133,132,22); }

 H1.HeaderClassName
 {
   color: #858416;
 }
 .AnyTagClassName
 {
   color: #858416;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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