Html Css Color HEX #196200 Green

📋 copy color: '#196200'

red 25 ◦ green 98 ◦ blue 0

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

Shades of Green #196200

Tints of Green #196200

RGB

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

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

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

R = 20.33%
G = 79.67%
B = 0%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#196200 (or 0x196200) is known color: Green. HEX triplet: 19, 62 and 00. RGB value is (25,98,0). Sum of RGB (Red+Green+Blue) = 25+98+0=123 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.33% from 123); Green value is 98 (38.67% from 255 or 79.67% from 123); Blue value is 0 (0.39% from 255 or 0% from 123); Max value from RGB is 98 - color contains mainly: green. Hex color #196200 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196200 is #E69DFF. Grayscale: #414141. Windows color (decimal): -15113728 or 25113. OLE color: 25113.

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

Color convert

RGB 25 98 0 -
CMYK 0.74 0 1 0.62
HSL 104.69º 1% 0.19% -
HSV(B) 104.69º 1% 0.38% -
XYZ 4.77 8.94 1.47 -
YUV 65 91.32 99.47 -
System Red Green Blue C M Y K H S L
Decimal 25 98 0 0.74 0 1 0.62 104.69 1 0.19
Hex 19 62 0 4A 0 64 3E 69 64 13
Octal 31 142 0 112 0 144 76 151 144 23
Binary 11001 1100010 0 1001010 0 1100100 111110 1101001 1100100 10011

Color Harmonies of #196200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196200

Black with #196200

Text Example


Text Example

White with #196200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196200; }

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

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

background-color css

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

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

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

border-color css

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

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

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