Html Css Color HEX #196500 Green

📋 copy color: '#196500'

red 25 ◦ green 101 ◦ blue 0

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

Shades of Green #196500

Tints of Green #196500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 19.84%
G = 80.16%
B = 0%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 1

 K value IS 0.60

RGB Variations

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

Color information

#196500 (or 0x196500) is known color: Green. HEX triplet: 19, 65 and 00. RGB value is (25,101,0). Sum of RGB (Red+Green+Blue) = 25+101+0=126 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.84% from 126); Green value is 101 (39.84% from 255 or 80.16% from 126); Blue value is 0 (0.39% from 255 or 0% from 126); Max value from RGB is 101 - color contains mainly: green. Hex color #196500 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196500 is #E69AFF. Grayscale: #434343. Windows color (decimal): -15112960 or 25881. OLE color: 25881.

HSL color Cylindrical-coordinate representation of color #196500: hue angle of 105.15º 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 #196500 is Cyan = 0.75, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.60.

Color convert

RGB 25 101 0 -
CMYK 0.75 0 1 0.60
HSL 105.15º 1% 0.2% -
HSV(B) 105.15º 1% 0.4% -
XYZ 5.05 9.51 1.57 -
YUV 66.76 90.32 98.21 -
System Red Green Blue C M Y K H S L
Decimal 25 101 0 0.75 0 1 0.60 105.15 1 0.2
Hex 19 65 0 4B 0 64 3C 69 64 14
Octal 31 145 0 113 0 144 74 151 144 24
Binary 11001 1100101 0 1001011 0 1100100 111100 1101001 1100100 10100

Color Harmonies of #196500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196500

Black with #196500

Text Example


Text Example

White with #196500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196500; }

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

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

background-color css

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

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

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

border-color css

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

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

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