Html Css Color HEX #858214 Trendy Green

📋 copy color: '#858214'

red 133 ◦ green 130 ◦ blue 20

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

Shades of Trendy Green #858214

Tints of Trendy Green #858214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.07%

R = 47%
G = 45.94%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#858214 (or 0x858214) is known color: Trendy Green. HEX triplet: 85, 82 and 14. RGB value is (133,130,20). Sum of RGB (Red+Green+Blue) = 133+130+20=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #858214 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858214 is #7A7DEB. Grayscale: #767676. Windows color (decimal): -8027628 or 1344133. OLE color: 1344133.

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

Color convert

RGB 133 130 20 -
CMYK 0 0.02 0.85 0.48
HSL 58.41º 0.74% 0.3% -
HSV(B) 58.41º 0.85% 0.52% -
XYZ 17.78 21 3.78 -
YUV 118.36 72.49 138.44 -
System Red Green Blue C M Y K H S L
Decimal 133 130 20 0 0.02 0.85 0.48 58.41 0.74 0.3
Hex 85 82 14 0 2 55 30 3A 4A 1E
Octal 205 202 24 0 2 125 60 72 112 36
Binary 10000101 10000010 10100 0 10 1010101 110000 111010 1001010 11110

Color Harmonies of #858214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858214

Black with #858214

Text Example


Text Example

White with #858214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858214; }

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

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

background-color css

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

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

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

border-color css

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

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

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