#186148

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

Shades of Jewel #186148

Tints of Jewel #186148

Color information

#186148 (or 0x186148) is unknown color: approx Jewel. HEX triplet: 18, 61 and 48. RGB value is (24,97,72). Sum of RGB (Red+Green+Blue) = 24+97+72=193 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.44% from 193); Green value is 97 (38.28% from 255 or 50.26% from 193); Blue value is 72 (28.52% from 255 or 37.31% from 193); Max value from RGB is 97 - color contains mainly: green. Hex color #186148 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186148 is #E79EB7. Grayscale: #484848. Windows color (decimal): -15179448 or 4743448. OLE color: 4743448.

HSL color Cylindrical-coordinate representation of color #186148: hue angle of 159.45º 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 #186148 is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB249772-
CMYK0.7500.260.62
HSL159.45º60.33%23.73%-
HSV(B)159.45º75.26%38.04%-
XYZ5.829.217.6-
YUV72.32127.8293.53-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.44%
GREEN value IS 97 (38.28% from 255) = 50.26%
BLUE value IS 72 (28.52% from 255) = 37.31%
R=12.44%
G=50.26%
B=37.31%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2497720.7500.260.62159.4560.3323.73
Hex1861484B01A3E9f3c18
Octal30141110113032762377430
Binary110001100001100100010010110110101111101001111111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186148; }

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

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

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

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

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

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

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

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