#188953

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

Shades of Salem #188953

Tints of Salem #188953

Color information

#188953 (or 0x188953) is unknown color: approx Salem. HEX triplet: 18, 89 and 53. RGB value is (24,137,83). Sum of RGB (Red+Green+Blue) = 24+137+83=244 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.84% from 244); Green value is 137 (53.91% from 255 or 56.15% from 244); Blue value is 83 (32.81% from 255 or 34.02% from 244); Max value from RGB is 137 - color contains mainly: green. Hex color #188953 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188953 is #E776AC. Grayscale: #616161. Windows color (decimal): -15169197 or 5474584. OLE color: 5474584.

HSL color Cylindrical-coordinate representation of color #188953: hue angle of 151.33º 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 #188953 is Cyan = 0.82, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.46.

Color convert

RGB2413783-
CMYK0.8200.390.46
HSL151.33º70.19%31.57%-
HSV(B)151.33º82.48%53.73%-
XYZ10.8818.7111.22-
YUV97.06120.0675.89-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.84%
GREEN value IS 137 (53.91% from 255) = 56.15%
BLUE value IS 83 (32.81% from 255) = 34.02%
R=9.84%
G=56.15%
B=34.02%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal24137830.8200.390.46151.3370.1931.57
Hex188953520272E974620
Octal302111231220475622710640
Binary1100010001001101001110100100100111101110100101111000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188953; }

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

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

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

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

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

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

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

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