#198208

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

Shades of Green #198208

Tints of Green #198208

Color information

#198208 (or 0x198208) is unknown color: approx Green. HEX triplet: 19, 82 and 08. RGB value is (25,130,8). Sum of RGB (Red+Green+Blue) = 25+130+8=163 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.34% from 163); Green value is 130 (51.17% from 255 or 79.75% from 163); Blue value is 8 (3.52% from 255 or 4.91% from 163); Max value from RGB is 130 - color contains mainly: green. Hex color #198208 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #198208 is #E67DF7. Grayscale: #555555. Windows color (decimal): -15105528 or 557593. OLE color: 557593.

HSL color Cylindrical-coordinate representation of color #198208: hue angle of 111.64º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #198208 is Cyan = 0.81, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB251308-
CMYK0.8100.940.49
HSL111.64º88.41%27.06%-
HSV(B)111.64º93.85%50.98%-
XYZ8.4316.192.91-
YUV84.784.7185.42-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.34%
GREEN value IS 130 (51.17% from 255) = 79.75%
BLUE value IS 8 (3.52% from 255) = 4.91%
R=15.34%
G=79.75%
B=4.91%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2513080.8100.940.49111.6488.4127.06
Hex198285105E3170581b
Octal312021012101366116013033
Binary110011000001010001010001010111101100011110000101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198208; }

 p { color: rgb(25,130,8); }

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

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

 a { background-color: rgb(25,130,8); }

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

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

 span { border-color: rgb(25,130,8); }

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