Html Css Color HEX #858016 Trendy Green

📋 copy color: '#858016'

red 133 ◦ green 128 ◦ blue 22

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

Shades of Trendy Green #858016

Tints of Trendy Green #858016

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.23%

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

R = 47%
G = 45.23%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#858016 (or 0x858016) is known color: Trendy Green. HEX triplet: 85, 80 and 16. RGB value is (133,128,22). Sum of RGB (Red+Green+Blue) = 133+128+22=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 128 (50.39% from 255 or 45.23% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #858016 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858016 is #7A7FE9. Grayscale: #757575. Windows color (decimal): -8028138 or 1474693. OLE color: 1474693.

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

Color convert

RGB 133 128 22 -
CMYK 0 0.04 0.83 0.48
HSL 57.3º 0.72% 0.3% -
HSV(B) 57.3º 0.83% 0.52% -
XYZ 17.54 20.48 3.79 -
YUV 117.41 74.16 139.12 -
System Red Green Blue C M Y K H S L
Decimal 133 128 22 0 0.04 0.83 0.48 57.3 0.72 0.3
Hex 85 80 16 0 4 53 30 39 48 1E
Octal 205 200 26 0 4 123 60 71 110 36
Binary 10000101 10000000 10110 0 100 1010011 110000 111001 1001000 11110

Color Harmonies of #858016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858016

Black with #858016

Text Example


Text Example

White with #858016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858016; }

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

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

background-color css

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

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

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

border-color css

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

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

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