Html Css Color HEX #888016 Trendy Green

📋 copy color: '#888016'

red 136 ◦ green 128 ◦ blue 22

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

Shades of Trendy Green #888016

Tints of Trendy Green #888016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.69%

R = 47.55%
G = 44.76%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#888016 (or 0x888016) is known color: Trendy Green. HEX triplet: 88, 80 and 16. RGB value is (136,128,22). Sum of RGB (Red+Green+Blue) = 136+128+22=286 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.55% from 286); Green value is 128 (50.39% from 255 or 44.76% from 286); Blue value is 22 (8.98% from 255 or 7.69% from 286); Max value from RGB is 136 - color contains mainly: red. Hex color #888016 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888016 is #777FE9. Grayscale: #767676. Windows color (decimal): -7831530 or 1474696. OLE color: 1474696.

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

Color convert

RGB 136 128 22 -
CMYK 0 0.06 0.84 0.47
HSL 55.79º 0.72% 0.31% -
HSV(B) 55.79º 0.84% 0.53% -
XYZ 18.02 20.73 3.81 -
YUV 118.31 73.65 140.62 -
System Red Green Blue C M Y K H S L
Decimal 136 128 22 0 0.06 0.84 0.47 55.79 0.72 0.31
Hex 88 80 16 0 6 54 2F 38 48 1F
Octal 210 200 26 0 6 124 57 70 110 37
Binary 10001000 10000000 10110 0 110 1010100 101111 111000 1001000 11111

Color Harmonies of #888016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888016

Black with #888016

Text Example


Text Example

White with #888016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888016; }

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

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

background-color css

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

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

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

border-color css

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

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

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