Html Css Color HEX #196221 San Felix

📋 copy color: '#196221'

red 25 ◦ green 98 ◦ blue 33

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

Shades of San Felix #196221

Tints of San Felix #196221

RGB

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

 GREEN value IS 98 (38.67% from 255) = 62.82%

 BLUE value IS 33 (13.28% from 255) = 21.15%

R = 16.03%
G = 62.82%
B = 21.15%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#196221 (or 0x196221) is known color: San Felix. HEX triplet: 19, 62 and 21. RGB value is (25,98,33). Sum of RGB (Red+Green+Blue) = 25+98+33=156 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.03% from 156); Green value is 98 (38.67% from 255 or 62.82% from 156); Blue value is 33 (13.28% from 255 or 21.15% from 156); Max value from RGB is 98 - color contains mainly: green. Hex color #196221 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196221 is #E69DDE. Grayscale: #444444. Windows color (decimal): -15113695 or 2187801. OLE color: 2187801.

HSL color Cylindrical-coordinate representation of color #196221: hue angle of 126.58º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #196221 is Cyan = 0.74, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB 25 98 33 -
CMYK 0.74 0 0.66 0.62
HSL 126.58º 0.59% 0.24% -
HSV(B) 126.58º 0.74% 0.38% -
XYZ 5.04 9.05 2.92 -
YUV 68.76 107.82 96.79 -
System Red Green Blue C M Y K H S L
Decimal 25 98 33 0.74 0 0.66 0.62 126.58 0.59 0.24
Hex 19 62 21 4A 0 42 3E 7F 3B 18
Octal 31 142 41 112 0 102 76 177 73 30
Binary 11001 1100010 100001 1001010 0 1000010 111110 1111111 111011 11000

Color Harmonies of #196221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196221

Black with #196221

Text Example


Text Example

White with #196221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196221; }

 p { color: rgb(25,98,33); }

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

background-color css

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

 a { background-color: rgb(25,98,33); }

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

border-color css

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

 span { border-color: rgb(25,98,33); }

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