Html Css Color HEX #858216 Trendy Green

📋 copy color: '#858216'

red 133 ◦ green 130 ◦ blue 22

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

Shades of Trendy Green #858216

Tints of Trendy Green #858216

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.61%

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

R = 46.67%
G = 45.61%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#858216 (or 0x858216) is known color: Trendy Green. HEX triplet: 85, 82 and 16. RGB value is (133,130,22). Sum of RGB (Red+Green+Blue) = 133+130+22=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 22 (8.98% from 255 or 7.72% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #858216 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858216 is #7A7DE9. Grayscale: #777777. Windows color (decimal): -8027626 or 1475205. OLE color: 1475205.

HSL color Cylindrical-coordinate representation of color #858216: hue angle of 58.38º 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 #858216 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 130 22 -
CMYK 0 0.02 0.83 0.48
HSL 58.38º 0.72% 0.3% -
HSV(B) 58.38º 0.83% 0.52% -
XYZ 17.8 21.01 3.88 -
YUV 118.59 73.49 138.28 -
System Red Green Blue C M Y K H S L
Decimal 133 130 22 0 0.02 0.83 0.48 58.38 0.72 0.3
Hex 85 82 16 0 2 53 30 3A 48 1E
Octal 205 202 26 0 2 123 60 72 110 36
Binary 10000101 10000010 10110 0 10 1010011 110000 111010 1001000 11110

Color Harmonies of #858216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858216

Black with #858216

Text Example


Text Example

White with #858216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858216; }

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

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

background-color css

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

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

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

border-color css

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

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

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