Html Css Color HEX #888020 Trendy Green

📋 copy color: '#888020'

red 136 ◦ green 128 ◦ blue 32

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

Shades of Trendy Green #888020

Tints of Trendy Green #888020

RGB

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

 GREEN value IS 128 (50.39% from 255) = 43.24%

 BLUE value IS 32 (12.89% from 255) = 10.81%

R = 45.95%
G = 43.24%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#888020 (or 0x888020) is known color: Trendy Green. HEX triplet: 88, 80 and 20. RGB value is (136,128,32). Sum of RGB (Red+Green+Blue) = 136+128+32=296 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.95% from 296); Green value is 128 (50.39% from 255 or 43.24% from 296); Blue value is 32 (12.89% from 255 or 10.81% from 296); Max value from RGB is 136 - color contains mainly: red. Hex color #888020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888020 is #777FDF. Grayscale: #777777. Windows color (decimal): -7831520 or 2130056. OLE color: 2130056.

HSL color Cylindrical-coordinate representation of color #888020: hue angle of 55.38º degrees, saturation: 0.62, 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 #888020 is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 128 32 -
CMYK 0 0.06 0.76 0.47
HSL 55.38º 0.62% 0.33% -
HSV(B) 55.38º 0.76% 0.53% -
XYZ 18.13 20.78 4.42 -
YUV 119.45 78.65 139.81 -
System Red Green Blue C M Y K H S L
Decimal 136 128 32 0 0.06 0.76 0.47 55.38 0.62 0.33
Hex 88 80 20 0 6 4C 2F 37 3E 21
Octal 210 200 40 0 6 114 57 67 76 41
Binary 10001000 10000000 100000 0 110 1001100 101111 110111 111110 100001

Color Harmonies of #888020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888020

Black with #888020

Text Example


Text Example

White with #888020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888020; }

 p { color: rgb(136,128,32); }

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

background-color css

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

 a { background-color: rgb(136,128,32); }

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

border-color css

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

 span { border-color: rgb(136,128,32); }

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