#196C22

Color #196C22 San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #196C22

Tints of San Felix #196C22

Color information

#196C22 (or 0x196C22) is unknown color: approx San Felix. HEX triplet: 19, 6C and 22. RGB value is (25,108,34). Sum of RGB (Red+Green+Blue) = 25+108+34=167 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.97% from 167); Green value is 108 (42.58% from 255 or 64.67% from 167); Blue value is 34 (13.67% from 255 or 20.36% from 167); Max value from RGB is 108 - color contains mainly: green. Hex color #196C22 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196C22 is #E693DD. Grayscale: #4A4A4A. Windows color (decimal): -15111134 or 2255897. OLE color: 2255897.

HSL color Cylindrical-coordinate representation of color #196C22: hue angle of 126.51º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #196C22 is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.58.

Color convert

RGB2510834-
CMYK0.7700.690.58
HSL126.51º62.41%26.08%-
HSV(B)126.51º76.85%42.35%-
XYZ6.0511.053.33-
YUV74.7510592.52-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.97%
GREEN value IS 108 (42.58% from 255) = 64.67%
BLUE value IS 34 (13.67% from 255) = 20.36%
R=14.97%
G=64.67%
B=20.36%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal25108340.7700.690.58126.5162.4126.08
Hex196C224D0453A7f3e1a
Octal31154421150105721777632
Binary110011101100100010100110101000101111010111111111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196C22; }

 p { color: rgb(25,108,34); }

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

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

 a { background-color: rgb(25,108,34); }

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

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

 span { border-color: rgb(25,108,34); }

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