Html Css Color HEX #186146 Jewel

📋 copy color: '#186146'

red 24 ◦ green 97 ◦ blue 70

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

Shades of Jewel #186146

Tints of Jewel #186146

RGB

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

 GREEN value IS 97 (38.28% from 255) = 50.79%

 BLUE value IS 70 (27.73% from 255) = 36.65%

R = 12.57%
G = 50.79%
B = 36.65%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#186146 (or 0x186146) is known color: Jewel. HEX triplet: 18, 61 and 46. RGB value is (24,97,70). Sum of RGB (Red+Green+Blue) = 24+97+70=191 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.57% from 191); Green value is 97 (38.28% from 255 or 50.79% from 191); Blue value is 70 (27.73% from 255 or 36.65% from 191); Max value from RGB is 97 - color contains mainly: green. Hex color #186146 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186146 is #E79EB9. Grayscale: #484848. Windows color (decimal): -15179450 or 4612376. OLE color: 4612376.

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

Color convert

RGB 24 97 70 -
CMYK 0.75 0 0.28 0.62
HSL 157.81º 0.6% 0.24% -
HSV(B) 157.81º 0.75% 0.38% -
XYZ 5.76 9.19 7.26 -
YUV 72.1 126.82 93.7 -
System Red Green Blue C M Y K H S L
Decimal 24 97 70 0.75 0 0.28 0.62 157.81 0.6 0.24
Hex 18 61 46 4B 0 1C 3E 9E 3C 18
Octal 30 141 106 113 0 34 76 236 74 30
Binary 11000 1100001 1000110 1001011 0 11100 111110 10011110 111100 11000

Color Harmonies of #186146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186146

Black with #186146

Text Example


Text Example

White with #186146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #186146; }

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

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

background-color css

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

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

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

border-color css

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

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

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