Html Css Color HEX #188950 Salem

📋 copy color: '#188950'

red 24 ◦ green 137 ◦ blue 80

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

Shades of Salem #188950

Tints of Salem #188950

RGB

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

 GREEN value IS 137 (53.91% from 255) = 56.85%

 BLUE value IS 80 (31.64% from 255) = 33.2%

R = 9.96%
G = 56.85%
B = 33.2%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.42

 K value IS 0.46

RGB Variations

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

Color information

#188950 (or 0x188950) is known color: Salem. HEX triplet: 18, 89 and 50. RGB value is (24,137,80). Sum of RGB (Red+Green+Blue) = 24+137+80=241 (31% of max value = 765). Red value is 24 (9.77% from 255 or 9.96% from 241); Green value is 137 (53.91% from 255 or 56.85% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 137 - color contains mainly: green. Hex color #188950 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188950 is #E776AF. Grayscale: #606060. Windows color (decimal): -15169200 or 5277976. OLE color: 5277976.

HSL color Cylindrical-coordinate representation of color #188950: hue angle of 149.73º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188950 is Cyan = 0.82, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB 24 137 80 -
CMYK 0.82 0 0.42 0.46
HSL 149.73º 0.7% 0.32% -
HSV(B) 149.73º 0.82% 0.54% -
XYZ 10.77 18.66 10.62 -
YUV 96.72 118.56 76.13 -
System Red Green Blue C M Y K H S L
Decimal 24 137 80 0.82 0 0.42 0.46 149.73 0.7 0.32
Hex 18 89 50 52 0 2A 2E 96 46 20
Octal 30 211 120 122 0 52 56 226 106 40
Binary 11000 10001001 1010000 1010010 0 101010 101110 10010110 1000110 100000

Color Harmonies of #188950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188950

Black with #188950

Text Example


Text Example

White with #188950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188950; }

 p { color: rgb(24,137,80); }

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

background-color css

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

 a { background-color: rgb(24,137,80); }

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

border-color css

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

 span { border-color: rgb(24,137,80); }

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