Html Css Color HEX #5D955A Hippie Green

📋 copy color: '#5D955A'

red 93 ◦ green 149 ◦ blue 90

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

Shades of Hippie Green #5D955A

Tints of Hippie Green #5D955A

RGB

 RED value IS 93 (36.72% from 255) = 28.01%

 GREEN value IS 149 (58.59% from 255) = 44.88%

 BLUE value IS 90 (35.55% from 255) = 27.11%

R = 28.01%
G = 44.88%
B = 27.11%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#5D955A (or 0x5D955A) is known color: Hippie Green. HEX triplet: 5D, 95 and 5A. RGB value is (93,149,90). Sum of RGB (Red+Green+Blue) = 93+149+90=332 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.01% from 332); Green value is 149 (58.59% from 255 or 44.88% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 149 - color contains mainly: green. Hex color #5D955A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D955A is #A26AA5. Grayscale: #7D7D7D. Windows color (decimal): -10644134 or 5936477. OLE color: 5936477.

HSL color Cylindrical-coordinate representation of color #5D955A: hue angle of 116.95º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D955A is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 93 149 90 -
CMYK 0.38 0 0.40 0.42
HSL 116.95º 0.25% 0.47% -
HSV(B) 116.95º 0.4% 0.58% -
XYZ 17.11 24.56 13.51 -
YUV 125.53 107.95 104.8 -
System Red Green Blue C M Y K H S L
Decimal 93 149 90 0.38 0 0.40 0.42 116.95 0.25 0.47
Hex 5D 95 5A 26 0 28 2A 75 19 2F
Octal 135 225 132 46 0 50 52 165 31 57
Binary 1011101 10010101 1011010 100110 0 101000 101010 1110101 11001 101111

Color Harmonies of #5D955A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D955A

Black with #5D955A

Text Example


Text Example

White with #5D955A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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