Html Css Color HEX #5B955A Hippie Green

📋 copy color: '#5B955A'

red 91 ◦ green 149 ◦ blue 90

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

Shades of Hippie Green #5B955A

Tints of Hippie Green #5B955A

RGB

 RED value IS 91 (35.94% from 255) = 27.58%

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

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

R = 27.58%
G = 45.15%
B = 27.27%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#5B955A (or 0x5B955A) is known color: Hippie Green. HEX triplet: 5B, 95 and 5A. RGB value is (91,149,90). Sum of RGB (Red+Green+Blue) = 91+149+90=330 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.58% from 330); Green value is 149 (58.59% from 255 or 45.15% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 149 - color contains mainly: green. Hex color #5B955A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B955A is #A46AA5. Grayscale: #7D7D7D. Windows color (decimal): -10775206 or 5936475. OLE color: 5936475.

HSL color Cylindrical-coordinate representation of color #5B955A: hue angle of 118.98º 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 #5B955A is Cyan = 0.39, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 91 149 90 -
CMYK 0.39 0 0.40 0.42
HSL 118.98º 0.25% 0.47% -
HSV(B) 118.98º 0.4% 0.58% -
XYZ 16.91 24.46 13.5 -
YUV 124.93 108.28 103.8 -
System Red Green Blue C M Y K H S L
Decimal 91 149 90 0.39 0 0.40 0.42 118.98 0.25 0.47
Hex 5B 95 5A 27 0 28 2A 77 19 2F
Octal 133 225 132 47 0 50 52 167 31 57
Binary 1011011 10010101 1011010 100111 0 101000 101010 1110111 11001 101111

Color Harmonies of #5B955A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B955A

Black with #5B955A

Text Example


Text Example

White with #5B955A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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