Html Css Color HEX #5B8256 Hippie Green

📋 copy color: '#5B8256'

red 91 ◦ green 130 ◦ blue 86

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

Shades of Hippie Green #5B8256

Tints of Hippie Green #5B8256

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.35%

 BLUE value IS 86 (33.98% from 255) = 28.01%

R = 29.64%
G = 42.35%
B = 28.01%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#5B8256 (or 0x5B8256) is known color: Hippie Green. HEX triplet: 5B, 82 and 56. RGB value is (91,130,86). Sum of RGB (Red+Green+Blue) = 91+130+86=307 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.64% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 86 (33.98% from 255 or 28.01% from 307); Max value from RGB is 130 - color contains mainly: green. Hex color #5B8256 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B8256 is #A47DA9. Grayscale: #717171. Windows color (decimal): -10780074 or 5669467. OLE color: 5669467.

HSL color Cylindrical-coordinate representation of color #5B8256: hue angle of 113.18º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5B8256 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB 91 130 86 -
CMYK 0.30 0 0.34 0.49
HSL 113.18º 0.2% 0.42% -
HSV(B) 113.18º 0.34% 0.51% -
XYZ 13.98 18.86 11.71 -
YUV 113.32 112.58 112.08 -
System Red Green Blue C M Y K H S L
Decimal 91 130 86 0.30 0 0.34 0.49 113.18 0.2 0.42
Hex 5B 82 56 1E 0 22 31 71 14 2A
Octal 133 202 126 36 0 42 61 161 24 52
Binary 1011011 10000010 1010110 11110 0 100010 110001 1110001 10100 101010

Color Harmonies of #5B8256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B8256

Black with #5B8256

Text Example


Text Example

White with #5B8256

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,130,86); }

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

background-color css

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

 a { background-color: rgb(91,130,86); }

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

border-color css

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

 span { border-color: rgb(91,130,86); }

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