Html Css Color HEX #888221 Trendy Green

📋 copy color: '#888221'

red 136 ◦ green 130 ◦ blue 33

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

Shades of Trendy Green #888221

Tints of Trendy Green #888221

RGB

 RED value IS 136 (53.52% from 255) = 45.48%

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

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

R = 45.48%
G = 43.48%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#888221 (or 0x888221) is known color: Trendy Green. HEX triplet: 88, 82 and 21. RGB value is (136,130,33). Sum of RGB (Red+Green+Blue) = 136+130+33=299 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.48% from 299); Green value is 130 (51.17% from 255 or 43.48% from 299); Blue value is 33 (13.28% from 255 or 11.04% from 299); Max value from RGB is 136 - color contains mainly: red. Hex color #888221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888221 is #777DDE. Grayscale: #797979. Windows color (decimal): -7831007 or 2196104. OLE color: 2196104.

HSL color Cylindrical-coordinate representation of color #888221: hue angle of 56.5º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #888221 is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 130 33 -
CMYK 0 0.04 0.76 0.47
HSL 56.5º 0.61% 0.33% -
HSV(B) 56.5º 0.76% 0.53% -
XYZ 18.41 21.31 4.58 -
YUV 120.74 78.49 138.89 -
System Red Green Blue C M Y K H S L
Decimal 136 130 33 0 0.04 0.76 0.47 56.5 0.61 0.33
Hex 88 82 21 0 4 4C 2F 39 3D 21
Octal 210 202 41 0 4 114 57 71 75 41
Binary 10001000 10000010 100001 0 100 1001100 101111 111001 111101 100001

Color Harmonies of #888221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888221

Black with #888221

Text Example


Text Example

White with #888221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888221; }

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

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

background-color css

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

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

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

border-color css

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

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

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