#186149

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

Shades of Jewel #186149

Tints of Jewel #186149

Color information

#186149 (or 0x186149) is unknown color: approx Jewel. HEX triplet: 18, 61 and 49. RGB value is (24,97,73). Sum of RGB (Red+Green+Blue) = 24+97+73=194 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.37% from 194); Green value is 97 (38.28% from 255 or 50% from 194); Blue value is 73 (28.91% from 255 or 37.63% from 194); Max value from RGB is 97 - color contains mainly: green. Hex color #186149 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186149 is #E79EB6. Grayscale: #484848. Windows color (decimal): -15179447 or 4808984. OLE color: 4808984.

HSL color Cylindrical-coordinate representation of color #186149: hue angle of 160.27º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #186149 is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB249773-
CMYK0.7500.250.62
HSL160.27º60.33%23.73%-
HSV(B)160.27º75.26%38.04%-
XYZ5.859.227.78-
YUV72.44128.3293.45-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.37%
GREEN value IS 97 (38.28% from 255) = 50%
BLUE value IS 73 (28.91% from 255) = 37.63%
R=12.37%
G=50%
B=37.63%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2497730.7500.250.62160.2760.3323.73
Hex1861494B0193Ea03c18
Octal30141111113031762407430
Binary110001100001100100110010110110011111101010000011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186149; }

 p { color: rgb(24,97,73); }

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

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

 a { background-color: rgb(24,97,73); }

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

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

 span { border-color: rgb(24,97,73); }

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