Html Css Color HEX #888228 Trendy Green

📋 copy color: '#888228'

red 136 ◦ green 130 ◦ blue 40

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

Shades of Trendy Green #888228

Tints of Trendy Green #888228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.07%

R = 44.44%
G = 42.48%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.71

 K value IS 0.47

RGB Variations

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

Color information

#888228 (or 0x888228) is known color: Trendy Green. HEX triplet: 88, 82 and 28. RGB value is (136,130,40). Sum of RGB (Red+Green+Blue) = 136+130+40=306 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.44% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 40 (16.02% from 255 or 13.07% from 306); Max value from RGB is 136 - color contains mainly: red. Hex color #888228 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888228 is #777DD7. Grayscale: #797979. Windows color (decimal): -7831000 or 2654856. OLE color: 2654856.

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

Color convert

RGB 136 130 40 -
CMYK 0 0.04 0.71 0.47
HSL 56.25º 0.55% 0.35% -
HSV(B) 56.25º 0.71% 0.53% -
XYZ 18.52 21.35 5.15 -
YUV 121.53 81.99 138.32 -
System Red Green Blue C M Y K H S L
Decimal 136 130 40 0 0.04 0.71 0.47 56.25 0.55 0.35
Hex 88 82 28 0 4 47 2F 38 37 23
Octal 210 202 50 0 4 107 57 70 67 43
Binary 10001000 10000010 101000 0 100 1000111 101111 111000 110111 100011

Color Harmonies of #888228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888228

Black with #888228

Text Example


Text Example

White with #888228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888228; }

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

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

background-color css

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

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

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

border-color css

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

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

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