#196600

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

Shades of Green #196600

Tints of Green #196600

Color information

#196600 (or 0x196600) is unknown color: approx Green. HEX triplet: 19, 66 and 00. RGB value is (25,102,0). Sum of RGB (Red+Green+Blue) = 25+102+0=127 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.69% from 127); Green value is 102 (40.23% from 255 or 80.31% from 127); Blue value is 0 (0.39% from 255 or 0% from 127); Max value from RGB is 102 - color contains mainly: green. Hex color #196600 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196600 is #E699FF. Grayscale: #434343. Windows color (decimal): -15112704 or 26137. OLE color: 26137.

HSL color Cylindrical-coordinate representation of color #196600: hue angle of 105.29º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #196600 is Cyan = 0.75, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.6.

Color convert

RGB251020-
CMYK0.75010.6
HSL105.29º100%20%-
HSV(B)105.29º100%40%-
XYZ5.159.711.6-
YUV67.3589.9997.79-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.69%
GREEN value IS 102 (40.23% from 255) = 80.31%
BLUE value IS 0 (0.39% from 255) = 0%
R=19.69%
G=80.31%
B=0%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal2510200.75010.6105.2910020
Hex196604B0643C696414
Octal31146011301447415114424
Binary11001110011001001011011001001111001101001110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196600; }

 p { color: rgb(25,102,0); }

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

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

 a { background-color: rgb(25,102,0); }

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

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

 span { border-color: rgb(25,102,0); }

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