Html Css Color HEX #196516 San Felix

📋 copy color: '#196516'

red 25 ◦ green 101 ◦ blue 22

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

Shades of San Felix #196516

Tints of San Felix #196516

RGB

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

 GREEN value IS 101 (39.84% from 255) = 68.24%

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

R = 16.89%
G = 68.24%
B = 14.86%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.78

 K value IS 0.60

RGB Variations

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

Color information

#196516 (or 0x196516) is known color: San Felix. HEX triplet: 19, 65 and 16. RGB value is (25,101,22). Sum of RGB (Red+Green+Blue) = 25+101+22=148 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.89% from 148); Green value is 101 (39.84% from 255 or 68.24% from 148); Blue value is 22 (8.98% from 255 or 14.86% from 148); Max value from RGB is 101 - color contains mainly: green. Hex color #196516 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196516 is #E69AE9. Grayscale: #454545. Windows color (decimal): -15112938 or 1467673. OLE color: 1467673.

HSL color Cylindrical-coordinate representation of color #196516: hue angle of 117.72º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #196516 is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.60.

Color convert

RGB 25 101 22 -
CMYK 0.75 0 0.78 0.60
HSL 117.72º 0.64% 0.24% -
HSV(B) 117.72º 0.78% 0.4% -
XYZ 5.2 9.57 2.33 -
YUV 69.27 101.32 96.42 -
System Red Green Blue C M Y K H S L
Decimal 25 101 22 0.75 0 0.78 0.60 117.72 0.64 0.24
Hex 19 65 16 4B 0 4E 3C 76 40 18
Octal 31 145 26 113 0 116 74 166 100 30
Binary 11001 1100101 10110 1001011 0 1001110 111100 1110110 1000000 11000

Color Harmonies of #196516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196516

Black with #196516

Text Example


Text Example

White with #196516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196516; }

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

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

background-color css

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

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

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

border-color css

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

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

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