Html Css Color HEX #888022 Trendy Green

📋 copy color: '#888022'

red 136 ◦ green 128 ◦ blue 34

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

Shades of Trendy Green #888022

Tints of Trendy Green #888022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.41%

R = 45.64%
G = 42.95%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#888022 (or 0x888022) is known color: Trendy Green. HEX triplet: 88, 80 and 22. RGB value is (136,128,34). Sum of RGB (Red+Green+Blue) = 136+128+34=298 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.64% from 298); Green value is 128 (50.39% from 255 or 42.95% from 298); Blue value is 34 (13.67% from 255 or 11.41% from 298); Max value from RGB is 136 - color contains mainly: red. Hex color #888022 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888022 is #777FDD. Grayscale: #787878. Windows color (decimal): -7831518 or 2261128. OLE color: 2261128.

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

Color convert

RGB 136 128 34 -
CMYK 0 0.06 0.75 0.47
HSL 55.29º 0.6% 0.33% -
HSV(B) 55.29º 0.75% 0.53% -
XYZ 18.16 20.79 4.57 -
YUV 119.68 79.65 139.64 -
System Red Green Blue C M Y K H S L
Decimal 136 128 34 0 0.06 0.75 0.47 55.29 0.6 0.33
Hex 88 80 22 0 6 4B 2F 37 3C 21
Octal 210 200 42 0 6 113 57 67 74 41
Binary 10001000 10000000 100010 0 110 1001011 101111 110111 111100 100001

Color Harmonies of #888022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888022

Black with #888022

Text Example


Text Example

White with #888022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888022; }

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

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

background-color css

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

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

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

border-color css

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

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

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