#186A1B

Color #186A1B San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #186A1B

Tints of San Felix #186A1B

Color information

#186A1B (or 0x186A1B) is unknown color: approx San Felix. HEX triplet: 18, 6A and 1B. RGB value is (24,106,27). Sum of RGB (Red+Green+Blue) = 24+106+27=157 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.29% from 157); Green value is 106 (41.80% from 255 or 67.52% from 157); Blue value is 27 (10.94% from 255 or 17.20% from 157); Max value from RGB is 106 - color contains mainly: green. Hex color #186A1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186A1B is #E795E4. Grayscale: #484848. Windows color (decimal): -15177189 or 1796632. OLE color: 1796632.

HSL color Cylindrical-coordinate representation of color #186A1B: hue angle of 122.2º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #186A1B is Cyan = 0.77, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.58.

Color convert

RGB2410627-
CMYK0.7700.750.58
HSL122.2º63.08%25.49%-
HSV(B)122.2º77.36%41.57%-
XYZ5.7310.582.78-
YUV72.48102.3393.42-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.29%
GREEN value IS 106 (41.80% from 255) = 67.52%
BLUE value IS 27 (10.94% from 255) = 17.20%
R=15.29%
G=67.52%
B=17.20%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal24106270.7700.750.58122.263.0825.49
Hex186A1B4D04B3A7a3f19
Octal30152331150113721727731
Binary11000110101011011100110101001011111010111101011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186A1B; }

 p { color: rgb(24,106,27); }

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

<style>
 a { background-color: #186A1B; }

 a { background-color: rgb(24,106,27); }

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

<style>
 span { border-color: #186A1B; }

 span { border-color: rgb(24,106,27); }

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