Html Css Color HEX #888320 Trendy Green

📋 copy color: '#888320'

red 136 ◦ green 131 ◦ blue 32

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

Shades of Trendy Green #888320

Tints of Trendy Green #888320

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.81%

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

R = 45.48%
G = 43.81%
B = 10.7%

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

#888320 (or 0x888320) is known color: Trendy Green. HEX triplet: 88, 83 and 20. RGB value is (136,131,32). Sum of RGB (Red+Green+Blue) = 136+131+32=299 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.48% from 299); Green value is 131 (51.56% from 255 or 43.81% from 299); Blue value is 32 (12.89% from 255 or 10.70% from 299); Max value from RGB is 136 - color contains mainly: red. Hex color #888320 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888320 is #777CDF. Grayscale: #797979. Windows color (decimal): -7830752 or 2130824. OLE color: 2130824.

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

Color convert

RGB 136 131 32 -
CMYK 0 0.04 0.76 0.47
HSL 57.12º 0.62% 0.33% -
HSV(B) 57.12º 0.76% 0.53% -
XYZ 18.53 21.57 4.55 -
YUV 121.21 77.66 138.55 -
System Red Green Blue C M Y K H S L
Decimal 136 131 32 0 0.04 0.76 0.47 57.12 0.62 0.33
Hex 88 83 20 0 4 4C 2F 39 3E 21
Octal 210 203 40 0 4 114 57 71 76 41
Binary 10001000 10000011 100000 0 100 1001100 101111 111001 111110 100001

Color Harmonies of #888320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888320

Black with #888320

Text Example


Text Example

White with #888320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888320; }

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

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

background-color css

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

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

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

border-color css

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

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

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