#5C925A

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

Shades of Hippie Green #5C925A

Tints of Hippie Green #5C925A

Color information

#5C925A (or 0x5C925A) is unknown color: approx Hippie Green. HEX triplet: 5C, 92 and 5A. RGB value is (92,146,90). Sum of RGB (Red+Green+Blue) = 92+146+90=328 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.05% from 328); Green value is 146 (57.42% from 255 or 44.51% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 146 - color contains mainly: green. Hex color #5C925A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C925A is #A36DA5. Grayscale: #7B7B7B. Windows color (decimal): -10710438 or 5935708. OLE color: 5935708.

HSL color Cylindrical-coordinate representation of color #5C925A: hue angle of 117.86º degrees, saturation: 0.24, 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 #5C925A is Cyan = 0.37, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB9214690-
CMYK0.3700.380.43
HSL117.86º23.73%46.27%-
HSV(B)117.86º38.36%57.25%-
XYZ16.5423.5713.35-
YUV123.47109.11105.55-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.05%
GREEN value IS 146 (57.42% from 255) = 44.51%
BLUE value IS 90 (35.55% from 255) = 27.44%
R=28.05%
G=44.51%
B=27.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal92146900.3700.380.43117.8623.7346.27
Hex5C925A250262B76182e
Octal13422213245046531663056
Binary10111001001001010110101001010100110101011111011011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C925A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,146,90); }

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

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

 a { background-color: rgb(92,146,90); }

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

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

 span { border-color: rgb(92,146,90); }

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