Html Css Color HEX #5A885D Hippie Green

📋 copy color: '#5A885D'

red 90 ◦ green 136 ◦ blue 93

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

Shades of Hippie Green #5A885D

Tints of Hippie Green #5A885D

RGB

 RED value IS 90 (35.55% from 255) = 28.21%

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

 BLUE value IS 93 (36.72% from 255) = 29.15%

R = 28.21%
G = 42.63%
B = 29.15%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#5A885D (or 0x5A885D) is known color: Hippie Green. HEX triplet: 5A, 88 and 5D. RGB value is (90,136,93). Sum of RGB (Red+Green+Blue) = 90+136+93=319 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.21% from 319); Green value is 136 (53.52% from 255 or 42.63% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 136 - color contains mainly: green. Hex color #5A885D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A885D is #A577A2. Grayscale: #757575. Windows color (decimal): -10844067 or 6129754. OLE color: 6129754.

HSL color Cylindrical-coordinate representation of color #5A885D: hue angle of 123.91º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5A885D is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 90 136 93 -
CMYK 0.34 0 0.32 0.47
HSL 123.91º 0.2% 0.44% -
HSV(B) 123.91º 0.34% 0.53% -
XYZ 15 20.57 13.54 -
YUV 117.34 114.26 108.5 -
System Red Green Blue C M Y K H S L
Decimal 90 136 93 0.34 0 0.32 0.47 123.91 0.2 0.44
Hex 5A 88 5D 22 0 20 2F 7C 14 2C
Octal 132 210 135 42 0 40 57 174 24 54
Binary 1011010 10001000 1011101 100010 0 100000 101111 1111100 10100 101100

Color Harmonies of #5A885D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A885D

Black with #5A885D

Text Example


Text Example

White with #5A885D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A885D; }

 p { color: rgb(90,136,93); }

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

background-color css

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

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

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

border-color css

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

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

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