#198754

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

Shades of Salem #198754

Tints of Salem #198754

Color information

#198754 (or 0x198754) is unknown color: approx Salem. HEX triplet: 19, 87 and 54. RGB value is (25,135,84). Sum of RGB (Red+Green+Blue) = 25+135+84=244 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.25% from 244); Green value is 135 (53.12% from 255 or 55.33% from 244); Blue value is 84 (33.20% from 255 or 34.43% from 244); Max value from RGB is 135 - color contains mainly: green. Hex color #198754 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198754 is #E678AB. Grayscale: #606060. Windows color (decimal): -15104172 or 5539609. OLE color: 5539609.

HSL color Cylindrical-coordinate representation of color #198754: hue angle of 152.18º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #198754 is Cyan = 0.81, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB2513584-
CMYK0.8100.380.47
HSL152.18º68.75%31.37%-
HSV(B)152.18º81.48%52.94%-
XYZ10.6718.1711.33-
YUV96.3121.0677.15-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.25%
GREEN value IS 135 (53.12% from 255) = 55.33%
BLUE value IS 84 (33.20% from 255) = 34.43%
R=10.25%
G=55.33%
B=34.43%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal25135840.8100.380.47152.1868.7531.37
Hex198754510262F98451f
Octal312071241210465723010537
Binary110011000011110101001010001010011010111110011000100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198754; }

 p { color: rgb(25,135,84); }

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

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

 a { background-color: rgb(25,135,84); }

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

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

 span { border-color: rgb(25,135,84); }

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