Html Css Color HEX #858215 Trendy Green

📋 copy color: '#858215'

red 133 ◦ green 130 ◦ blue 21

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

Shades of Trendy Green #858215

Tints of Trendy Green #858215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.39%

R = 46.83%
G = 45.77%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.84

 K value IS 0.48

RGB Variations

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

Color information

#858215 (or 0x858215) is known color: Trendy Green. HEX triplet: 85, 82 and 15. RGB value is (133,130,21). Sum of RGB (Red+Green+Blue) = 133+130+21=284 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.83% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 21 (8.59% from 255 or 7.39% from 284); Max value from RGB is 133 - color contains mainly: red. Hex color #858215 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858215 is #7A7DEA. Grayscale: #767676. Windows color (decimal): -8027627 or 1409669. OLE color: 1409669.

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

Color convert

RGB 133 130 21 -
CMYK 0 0.02 0.84 0.48
HSL 58.39º 0.73% 0.3% -
HSV(B) 58.39º 0.84% 0.52% -
XYZ 17.79 21.01 3.83 -
YUV 118.47 72.99 138.36 -
System Red Green Blue C M Y K H S L
Decimal 133 130 21 0 0.02 0.84 0.48 58.39 0.73 0.3
Hex 85 82 15 0 2 54 30 3A 49 1E
Octal 205 202 25 0 2 124 60 72 111 36
Binary 10000101 10000010 10101 0 10 1010100 110000 111010 1001001 11110

Color Harmonies of #858215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858215

Black with #858215

Text Example


Text Example

White with #858215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858215; }

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

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

background-color css

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

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

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

border-color css

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

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

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