#196C0B

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

Shades of Green #196C0B

Tints of Green #196C0B

Color information

#196C0B (or 0x196C0B) is unknown color: approx Green. HEX triplet: 19, 6C and 0B. RGB value is (25,108,11). Sum of RGB (Red+Green+Blue) = 25+108+11=144 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.36% from 144); Green value is 108 (42.58% from 255 or 75% from 144); Blue value is 11 (4.69% from 255 or 7.64% from 144); Max value from RGB is 108 - color contains mainly: green. Hex color #196C0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196C0B is #E693F4. Grayscale: #484848. Windows color (decimal): -15111157 or 748569. OLE color: 748569.

HSL color Cylindrical-coordinate representation of color #196C0B: hue angle of 111.34º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #196C0B is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.58.

Color convert

RGB2510811-
CMYK0.7700.900.58
HSL111.34º81.51%23.33%-
HSV(B)111.34º89.81%42.35%-
XYZ5.8210.962.12-
YUV72.1293.594.39-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.36%
GREEN value IS 108 (42.58% from 255) = 75%
BLUE value IS 11 (4.69% from 255) = 7.64%
R=17.36%
G=75%
B=7.64%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal25108110.7700.900.58111.3481.5123.33
Hex196CB4D05A3A6f5217
Octal311541311501327215712227
Binary11001110110010111001101010110101110101101111101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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