Html Css Color HEX #888525 Trendy Green

📋 copy color: '#888525'

red 136 ◦ green 133 ◦ blue 37

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

Shades of Trendy Green #888525

Tints of Trendy Green #888525

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.46%

 BLUE value IS 37 (14.84% from 255) = 12.09%

R = 44.44%
G = 43.46%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.73

 K value IS 0.47

RGB Variations

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

Color information

#888525 (or 0x888525) is known color: Trendy Green. HEX triplet: 88, 85 and 25. RGB value is (136,133,37). Sum of RGB (Red+Green+Blue) = 136+133+37=306 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.44% from 306); Green value is 133 (52.34% from 255 or 43.46% from 306); Blue value is 37 (14.84% from 255 or 12.09% from 306); Max value from RGB is 136 - color contains mainly: red. Hex color #888525 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888525 is #777ADA. Grayscale: #7B7B7B. Windows color (decimal): -7830235 or 2459016. OLE color: 2459016.

HSL color Cylindrical-coordinate representation of color #888525: hue angle of 58.18º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #888525 is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 133 37 -
CMYK 0 0.02 0.73 0.47
HSL 58.18º 0.57% 0.34% -
HSV(B) 58.18º 0.73% 0.53% -
XYZ 18.87 22.14 5.03 -
YUV 122.95 79.49 137.31 -
System Red Green Blue C M Y K H S L
Decimal 136 133 37 0 0.02 0.73 0.47 58.18 0.57 0.34
Hex 88 85 25 0 2 49 2F 3A 39 22
Octal 210 205 45 0 2 111 57 72 71 42
Binary 10001000 10000101 100101 0 10 1001001 101111 111010 111001 100010

Color Harmonies of #888525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888525

Black with #888525

Text Example


Text Example

White with #888525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888525; }

 p { color: rgb(136,133,37); }

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

background-color css

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

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

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

border-color css

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

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

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