#186B4A

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

Shades of Jewel #186B4A

Tints of Jewel #186B4A

Color information

#186B4A (or 0x186B4A) is unknown color: approx Jewel. HEX triplet: 18, 6B and 4A. RGB value is (24,107,74). Sum of RGB (Red+Green+Blue) = 24+107+74=205 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.71% from 205); Green value is 107 (42.19% from 255 or 52.20% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 107 - color contains mainly: green. Hex color #186B4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186B4A is #E794B5. Grayscale: #4E4E4E. Windows color (decimal): -15176886 or 4877080. OLE color: 4877080.

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

Color convert

RGB2410774-
CMYK0.7800.310.58
HSL156.14º63.36%25.69%-
HSV(B)156.14º77.57%41.96%-
XYZ6.8711.28.28-
YUV78.42125.589.18-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.71%
GREEN value IS 107 (42.19% from 255) = 52.20%
BLUE value IS 74 (29.30% from 255) = 36.10%
R=11.71%
G=52.20%
B=36.10%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal24107740.7800.310.58156.1463.3625.69
Hex186B4A4E01F3A9c3f1a
Octal30153112116037722347732
Binary110001101011100101010011100111111110101001110011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,107,74); }

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

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

 a { background-color: rgb(24,107,74); }

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

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

 span { border-color: rgb(24,107,74); }

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