Html Css Color HEX #186145 Jewel

📋 copy color: '#186145'

red 24 ◦ green 97 ◦ blue 69

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

Shades of Jewel #186145

Tints of Jewel #186145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 36.32%

R = 12.63%
G = 51.05%
B = 36.32%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#186145 (or 0x186145) is known color: Jewel. HEX triplet: 18, 61 and 45. RGB value is (24,97,69). Sum of RGB (Red+Green+Blue) = 24+97+69=190 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.63% from 190); Green value is 97 (38.28% from 255 or 51.05% from 190); Blue value is 69 (27.34% from 255 or 36.32% from 190); Max value from RGB is 97 - color contains mainly: green. Hex color #186145 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186145 is #E79EBA. Grayscale: #484848. Windows color (decimal): -15179451 or 4546840. OLE color: 4546840.

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

Color convert

RGB 24 97 69 -
CMYK 0.75 0 0.29 0.62
HSL 156.99º 0.6% 0.24% -
HSV(B) 156.99º 0.75% 0.38% -
XYZ 5.73 9.17 7.1 -
YUV 71.98 126.32 93.78 -
System Red Green Blue C M Y K H S L
Decimal 24 97 69 0.75 0 0.29 0.62 156.99 0.6 0.24
Hex 18 61 45 4B 0 1D 3E 9D 3C 18
Octal 30 141 105 113 0 35 76 235 74 30
Binary 11000 1100001 1000101 1001011 0 11101 111110 10011101 111100 11000

Color Harmonies of #186145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186145

Black with #186145

Text Example


Text Example

White with #186145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #186145; }

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

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

background-color css

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

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

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

border-color css

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

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

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