#5C9863

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

Shades of Laurel #5C9863

Tints of Laurel #5C9863

Color information

#5C9863 (or 0x5C9863) is unknown color: approx Laurel. HEX triplet: 5C, 98 and 63. RGB value is (92,152,99). Sum of RGB (Red+Green+Blue) = 92+152+99=343 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.82% from 343); Green value is 152 (59.77% from 255 or 44.31% from 343); Blue value is 99 (39.06% from 255 or 28.86% from 343); Max value from RGB is 152 - color contains mainly: green. Hex color #5C9863 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C9863 is #A3679C. Grayscale: #808080. Windows color (decimal): -10708893 or 6527068. OLE color: 6527068.

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

Color convert

RGB9215299-
CMYK0.3900.350.40
HSL127º24.59%47.84%-
HSV(B)127º39.47%59.61%-
XYZ17.8925.6315.81-
YUV128.02111.62102.31-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.82%
GREEN value IS 152 (59.77% from 255) = 44.31%
BLUE value IS 99 (39.06% from 255) = 28.86%
R=26.82%
G=44.31%
B=28.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal92152990.3900.350.4012724.5947.84
Hex5C986327023287f1930
Octal13423014347043501773160
Binary10111001001100011000111001110100011101000111111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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