#5B925E

Color #5B925E Hippie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Green #5B925E

Tints of Hippie Green #5B925E

Color information

#5B925E (or 0x5B925E) is unknown color: approx Hippie Green. HEX triplet: 5B, 92 and 5E. RGB value is (91,146,94). Sum of RGB (Red+Green+Blue) = 91+146+94=331 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.49% from 331); Green value is 146 (57.42% from 255 or 44.11% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 146 - color contains mainly: green. Hex color #5B925E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B925E is #A46DA1. Grayscale: #7B7B7B. Windows color (decimal): -10775970 or 6197851. OLE color: 6197851.

HSL color Cylindrical-coordinate representation of color #5B925E: hue angle of 123.27º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5B925E is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB9114694-
CMYK0.3800.360.43
HSL123.27º23.21%46.47%-
HSV(B)123.27º37.67%57.25%-
XYZ16.6123.5914.27-
YUV123.63111.28104.73-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.49%
GREEN value IS 146 (57.42% from 255) = 44.11%
BLUE value IS 94 (37.11% from 255) = 28.40%
R=27.49%
G=44.11%
B=28.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal91146940.3800.360.43123.2723.2146.47
Hex5B925E260242B7b172e
Octal13322213646044531732756
Binary10110111001001010111101001100100100101011111101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B925E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,146,94); }

 H1.HeaderClassName
 {
   color: #5B925E;
 }
 .AnyTagClassName
 {
   color: #5B925E;
 }
</style>
background-color css

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

 a { background-color: rgb(91,146,94); }

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

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

 span { border-color: rgb(91,146,94); }

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