#5C9850

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

Shades of Hippie Green #5C9850

Tints of Hippie Green #5C9850

Color information

#5C9850 (or 0x5C9850) is unknown color: approx Hippie Green. HEX triplet: 5C, 98 and 50. RGB value is (92,152,80). Sum of RGB (Red+Green+Blue) = 92+152+80=324 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.40% from 324); Green value is 152 (59.77% from 255 or 46.91% from 324); Blue value is 80 (31.64% from 255 or 24.69% from 324); Max value from RGB is 152 - color contains mainly: green. Hex color #5C9850 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C9850 is #A367AF. Grayscale: #7E7E7E. Windows color (decimal): -10708912 or 5281884. OLE color: 5281884.

HSL color Cylindrical-coordinate representation of color #5C9850: hue angle of 110º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5C9850 is Cyan = 0.39, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB9215280-
CMYK0.3900.470.40
HSL110º31.03%45.49%-
HSV(B)110º47.37%59.61%-
XYZ17.0925.3111.57-
YUV125.85102.12103.85-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.40%
GREEN value IS 152 (59.77% from 255) = 46.91%
BLUE value IS 80 (31.64% from 255) = 24.69%
R=28.40%
G=46.91%
B=24.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal92152800.3900.470.4011031.0345.49
Hex5C98502702F286e1f2d
Octal13423012047057501563755
Binary10111001001100010100001001110101111101000110111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,152,80); }

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

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

 a { background-color: rgb(92,152,80); }

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

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

 span { border-color: rgb(92,152,80); }

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