#5CBC5A

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

Shades of Fern #5CBC5A

Tints of Fern #5CBC5A

Color information

#5CBC5A (or 0x5CBC5A) is unknown color: approx Fern. HEX triplet: 5C, BC and 5A. RGB value is (92,188,90). Sum of RGB (Red+Green+Blue) = 92+188+90=370 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.86% from 370); Green value is 188 (73.83% from 255 or 50.81% from 370); Blue value is 90 (35.55% from 255 or 24.32% from 370); Max value from RGB is 188 - color contains mainly: green. Hex color #5CBC5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CBC5A is #A343A5. Grayscale: #949494. Windows color (decimal): -10699686 or 5946460. OLE color: 5946460.

HSL color Cylindrical-coordinate representation of color #5CBC5A: hue angle of 118.78º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5CBC5A is Cyan = 0.51, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB9218890-
CMYK0.5100.520.26
HSL118.78º42.24%54.51%-
HSV(B)118.78º52.13%73.73%-
XYZ24.2438.9815.92-
YUV148.1295.287.97-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.86%
GREEN value IS 188 (73.83% from 255) = 50.81%
BLUE value IS 90 (35.55% from 255) = 24.32%
R=24.86%
G=50.81%
B=24.32%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal92188900.5100.520.26118.7842.2454.51
Hex5CBC5A330341A772a37
Octal13427413263064321675267
Binary10111001011110010110101100110110100110101110111101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBC5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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