#5C931A

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

Shades of Limeade #5C931A

Tints of Limeade #5C931A

Color information

#5C931A (or 0x5C931A) is unknown color: approx Limeade. HEX triplet: 5C, 93 and 1A. RGB value is (92,147,26). Sum of RGB (Red+Green+Blue) = 92+147+26=265 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.72% from 265); Green value is 147 (57.81% from 255 or 55.47% from 265); Blue value is 26 (10.55% from 255 or 9.81% from 265); Max value from RGB is 147 - color contains mainly: green. Hex color #5C931A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C931A is #A36CE5. Grayscale: #757575. Windows color (decimal): -10710246 or 1741660. OLE color: 1741660.

HSL color Cylindrical-coordinate representation of color #5C931A: hue angle of 87.27º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5C931A is Cyan = 0.37, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB9214726-
CMYK0.3700.820.42
HSL87.27º69.94%33.92%-
HSV(B)87.27º82.31%57.65%-
XYZ15.0323.224.67-
YUV116.7676.78110.34-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 34.72%
GREEN value IS 147 (57.81% from 255) = 55.47%
BLUE value IS 26 (10.55% from 255) = 9.81%
R=34.72%
G=55.47%
B=9.81%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal92147260.3700.820.4287.2769.9433.92
Hex5C931A250522A574622
Octal134223324501225212710642
Binary101110010010011110101001010101001010101010101111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C931A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,147,26); }

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

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

 a { background-color: rgb(92,147,26); }

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

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

 span { border-color: rgb(92,147,26); }

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