Html Css Color HEX #196506 Green

📋 copy color: '#196506'

red 25 ◦ green 101 ◦ blue 6

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

Shades of Green #196506

Tints of Green #196506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.55%

R = 18.94%
G = 76.52%
B = 4.55%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.94

 K value IS 0.60

RGB Variations

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

Color information

#196506 (or 0x196506) is known color: Green. HEX triplet: 19, 65 and 06. RGB value is (25,101,6). Sum of RGB (Red+Green+Blue) = 25+101+6=132 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.94% from 132); Green value is 101 (39.84% from 255 or 76.52% from 132); Blue value is 6 (2.73% from 255 or 4.55% from 132); Max value from RGB is 101 - color contains mainly: green. Hex color #196506 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196506 is #E69AF9. Grayscale: #434343. Windows color (decimal): -15112954 or 419097. OLE color: 419097.

HSL color Cylindrical-coordinate representation of color #196506: hue angle of 108º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #196506 is Cyan = 0.75, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.60.

Color convert

RGB 25 101 6 -
CMYK 0.75 0 0.94 0.60
HSL 108º 0.89% 0.21% -
HSV(B) 108º 0.94% 0.4% -
XYZ 5.09 9.53 1.74 -
YUV 67.45 93.32 97.72 -
System Red Green Blue C M Y K H S L
Decimal 25 101 6 0.75 0 0.94 0.60 108 0.89 0.21
Hex 19 65 6 4B 0 5E 3C 6C 59 15
Octal 31 145 6 113 0 136 74 154 131 25
Binary 11001 1100101 110 1001011 0 1011110 111100 1101100 1011001 10101

Color Harmonies of #196506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196506

Black with #196506

Text Example


Text Example

White with #196506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196506; }

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

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

background-color css

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

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

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

border-color css

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

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

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