Html Css Color HEX #196B16 San Felix

📋 copy color: '#196B16'

red 25 ◦ green 107 ◦ blue 22

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

Shades of San Felix #196B16

Tints of San Felix #196B16

RGB

 RED value IS 25 (10.16% from 255) = 16.23%

 GREEN value IS 107 (42.19% from 255) = 69.48%

 BLUE value IS 22 (8.98% from 255) = 14.29%

R = 16.23%
G = 69.48%
B = 14.29%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.79

 K value IS 0.58

RGB Variations

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

Color information

#196B16 (or 0x196B16) is known color: San Felix. HEX triplet: 19, 6B and 16. RGB value is (25,107,22). Sum of RGB (Red+Green+Blue) = 25+107+22=154 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.23% from 154); Green value is 107 (42.19% from 255 or 69.48% from 154); Blue value is 22 (8.98% from 255 or 14.29% from 154); Max value from RGB is 107 - color contains mainly: green. Hex color #196B16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196B16 is #E694E9. Grayscale: #494949. Windows color (decimal): -15111402 or 1469209. OLE color: 1469209.

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

Color convert

RGB 25 107 22 -
CMYK 0.77 0 0.79 0.58
HSL 117.88º 0.66% 0.25% -
HSV(B) 117.88º 0.79% 0.42% -
XYZ 5.8 10.78 2.53 -
YUV 72.79 99.33 93.91 -
System Red Green Blue C M Y K H S L
Decimal 25 107 22 0.77 0 0.79 0.58 117.88 0.66 0.25
Hex 19 6B 16 4D 0 4F 3A 76 42 19
Octal 31 153 26 115 0 117 72 166 102 31
Binary 11001 1101011 10110 1001101 0 1001111 111010 1110110 1000010 11001

Color Harmonies of #196B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196B16

Black with #196B16

Text Example


Text Example

White with #196B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,107,22); }

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

background-color css

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

 a { background-color: rgb(25,107,22); }

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

border-color css

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

 span { border-color: rgb(25,107,22); }

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