#5C925F

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

Shades of Hippie Green #5C925F

Tints of Hippie Green #5C925F

Color information

#5C925F (or 0x5C925F) is unknown color: approx Hippie Green. HEX triplet: 5C, 92 and 5F. RGB value is (92,146,95). Sum of RGB (Red+Green+Blue) = 92+146+95=333 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.63% from 333); Green value is 146 (57.42% from 255 or 43.84% from 333); Blue value is 95 (37.5% from 255 or 28.53% from 333); Max value from RGB is 146 - color contains mainly: green. Hex color #5C925F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C925F is #A36DA0. Grayscale: #7C7C7C. Windows color (decimal): -10710433 or 6263388. OLE color: 6263388.

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

Color convert

RGB9214695-
CMYK0.3700.350.43
HSL123.33º22.69%46.67%-
HSV(B)123.33º36.99%57.25%-
XYZ16.7623.6614.51-
YUV124.04111.61105.15-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.63%
GREEN value IS 146 (57.42% from 255) = 43.84%
BLUE value IS 95 (37.5% from 255) = 28.53%
R=27.63%
G=43.84%
B=28.53%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal92146950.3700.350.43123.3322.6946.67
Hex5C925F250232B7b172f
Octal13422213745043531732757
Binary10111001001001010111111001010100011101011111101110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C925F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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