Html Css Color HEX #888914 Trendy Green

📋 copy color: '#888914'

red 136 ◦ green 137 ◦ blue 20

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

Shades of Trendy Green #888914

Tints of Trendy Green #888914

RGB

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

 GREEN value IS 137 (53.91% from 255) = 46.76%

 BLUE value IS 20 (8.2% from 255) = 6.83%

R = 46.42%
G = 46.76%
B = 6.83%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#888914 (or 0x888914) is known color: Trendy Green. HEX triplet: 88, 89 and 14. RGB value is (136,137,20). Sum of RGB (Red+Green+Blue) = 136+137+20=293 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.42% from 293); Green value is 137 (53.91% from 255 or 46.76% from 293); Blue value is 20 (8.20% from 255 or 6.83% from 293); Max value from RGB is 137 - color contains mainly: green. Hex color #888914 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888914 is #7776EB. Grayscale: #7B7B7B. Windows color (decimal): -7829228 or 1345928. OLE color: 1345928.

HSL color Cylindrical-coordinate representation of color #888914: hue angle of 60.51º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #888914 is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB 136 137 20 -
CMYK 0.01 0 0.85 0.46
HSL 60.51º 0.75% 0.31% -
HSV(B) 60.51º 0.85% 0.54% -
XYZ 19.23 23.18 4.12 -
YUV 123.36 69.67 137.01 -
System Red Green Blue C M Y K H S L
Decimal 136 137 20 0.01 0 0.85 0.46 60.51 0.75 0.31
Hex 88 89 14 1 0 55 2E 3D 4B 1F
Octal 210 211 24 1 0 125 56 75 113 37
Binary 10001000 10001001 10100 1 0 1010101 101110 111101 1001011 11111

Color Harmonies of #888914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888914

Black with #888914

Text Example


Text Example

White with #888914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888914; }

 p { color: rgb(136,137,20); }

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

background-color css

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

 a { background-color: rgb(136,137,20); }

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

border-color css

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

 span { border-color: rgb(136,137,20); }

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