Html Css Color HEX #888018 Trendy Green

📋 copy color: '#888018'

red 136 ◦ green 128 ◦ blue 24

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

Shades of Trendy Green #888018

Tints of Trendy Green #888018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.33%

R = 47.22%
G = 44.44%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#888018 (or 0x888018) is known color: Trendy Green. HEX triplet: 88, 80 and 18. RGB value is (136,128,24). Sum of RGB (Red+Green+Blue) = 136+128+24=288 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.22% from 288); Green value is 128 (50.39% from 255 or 44.44% from 288); Blue value is 24 (9.77% from 255 or 8.33% from 288); Max value from RGB is 136 - color contains mainly: red. Hex color #888018 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888018 is #777FE7. Grayscale: #767676. Windows color (decimal): -7831528 or 1605768. OLE color: 1605768.

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

Color convert

RGB 136 128 24 -
CMYK 0 0.06 0.82 0.47
HSL 55.71º 0.7% 0.31% -
HSV(B) 55.71º 0.82% 0.53% -
XYZ 18.04 20.74 3.92 -
YUV 118.54 74.65 140.46 -
System Red Green Blue C M Y K H S L
Decimal 136 128 24 0 0.06 0.82 0.47 55.71 0.7 0.31
Hex 88 80 18 0 6 52 2F 38 46 1F
Octal 210 200 30 0 6 122 57 70 106 37
Binary 10001000 10000000 11000 0 110 1010010 101111 111000 1000110 11111

Color Harmonies of #888018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888018

Black with #888018

Text Example


Text Example

White with #888018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888018; }

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

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

background-color css

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

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

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

border-color css

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

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

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