Html Css Color HEX #186249 Jewel

📋 copy color: '#186249'

red 24 ◦ green 98 ◦ blue 73

#186249
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jewel #186249

Tints of Jewel #186249

RGB

 RED value IS 24 (9.77% from 255) = 12.31%

 GREEN value IS 98 (38.67% from 255) = 50.26%

 BLUE value IS 73 (28.91% from 255) = 37.44%

R = 12.31%
G = 50.26%
B = 37.44%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#186249 (or 0x186249) is known color: Jewel. HEX triplet: 18, 62 and 49. RGB value is (24,98,73). Sum of RGB (Red+Green+Blue) = 24+98+73=195 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.31% from 195); Green value is 98 (38.67% from 255 or 50.26% from 195); Blue value is 73 (28.91% from 255 or 37.44% from 195); Max value from RGB is 98 - color contains mainly: green. Hex color #186249 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186249 is #E79DB6. Grayscale: #494949. Windows color (decimal): -15179191 or 4809240. OLE color: 4809240.

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

Color convert

RGB 24 98 73 -
CMYK 0.76 0 0.26 0.62
HSL 159.73º 0.61% 0.24% -
HSV(B) 159.73º 0.76% 0.38% -
XYZ 5.95 9.41 7.81 -
YUV 73.02 127.98 93.03 -
System Red Green Blue C M Y K H S L
Decimal 24 98 73 0.76 0 0.26 0.62 159.73 0.61 0.24
Hex 18 62 49 4C 0 1A 3E A0 3D 18
Octal 30 142 111 114 0 32 76 240 75 30
Binary 11000 1100010 1001001 1001100 0 11010 111110 10100000 111101 11000

Color Harmonies of #186249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186249

Black with #186249

Text Example


Text Example

White with #186249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #186249; }

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

 H1.HeaderClassName
 {
   color: #186249;
 }
 .AnyTagClassName
 {
   color: #186249;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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