Html Css Color HEX #888814 Trendy Green

📋 copy color: '#888814'

red 136 ◦ green 136 ◦ blue 20

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

Shades of Trendy Green #888814

Tints of Trendy Green #888814

RGB

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

 GREEN value IS 136 (53.52% from 255) = 46.58%

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

R = 46.58%
G = 46.58%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#888814 (or 0x888814) is known color: Trendy Green. HEX triplet: 88, 88 and 14. RGB value is (136,136,20). Sum of RGB (Red+Green+Blue) = 136+136+20=292 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.58% from 292); Green value is 136 (53.52% from 255 or 46.58% from 292); Blue value is 20 (8.20% from 255 or 6.85% from 292); Max value from RGB is 136 - color contains mainly: red, green. Hex color #888814 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888814 is #7777EB. Grayscale: #7B7B7B. Windows color (decimal): -7829484 or 1345672. OLE color: 1345672.

HSL color Cylindrical-coordinate representation of color #888814: hue angle of 60º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #888814 is Cyan = 0, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 136 20 -
CMYK 0 0 0.85 0.47
HSL 60º 0.74% 0.31% -
HSV(B) 60º 0.85% 0.53% -
XYZ 19.08 22.89 4.07 -
YUV 122.78 70 137.43 -
System Red Green Blue C M Y K H S L
Decimal 136 136 20 0 0 0.85 0.47 60 0.74 0.31
Hex 88 88 14 0 0 55 2F 3C 4A 1F
Octal 210 210 24 0 0 125 57 74 112 37
Binary 10001000 10001000 10100 0 0 1010101 101111 111100 1001010 11111

Color Harmonies of #888814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888814

Black with #888814

Text Example


Text Example

White with #888814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888814; }

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

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

background-color css

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

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

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

border-color css

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

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

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