Html Css Color HEX #858221 Trendy Green

📋 copy color: '#858221'

red 133 ◦ green 130 ◦ blue 33

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

Shades of Trendy Green #858221

Tints of Trendy Green #858221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.15%

R = 44.93%
G = 43.92%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#858221 (or 0x858221) is known color: Trendy Green. HEX triplet: 85, 82 and 21. RGB value is (133,130,33). Sum of RGB (Red+Green+Blue) = 133+130+33=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 130 (51.17% from 255 or 43.92% from 296); Blue value is 33 (13.28% from 255 or 11.15% from 296); Max value from RGB is 133 - color contains mainly: red. Hex color #858221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858221 is #7A7DDE. Grayscale: #787878. Windows color (decimal): -8027615 or 2196101. OLE color: 2196101.

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

Color convert

RGB 133 130 33 -
CMYK 0 0.02 0.75 0.48
HSL 58.2º 0.6% 0.33% -
HSV(B) 58.2º 0.75% 0.52% -
XYZ 17.93 21.06 4.56 -
YUV 119.84 78.99 137.39 -
System Red Green Blue C M Y K H S L
Decimal 133 130 33 0 0.02 0.75 0.48 58.2 0.6 0.33
Hex 85 82 21 0 2 4B 30 3A 3C 21
Octal 205 202 41 0 2 113 60 72 74 41
Binary 10000101 10000010 100001 0 10 1001011 110000 111010 111100 100001

Color Harmonies of #858221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858221

Black with #858221

Text Example


Text Example

White with #858221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858221; }

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

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

background-color css

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

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

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

border-color css

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

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

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