Html Css Color HEX #99AD64 Green Smoke

📋 copy color: '#99AD64'

red 153 ◦ green 173 ◦ blue 100

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

Shades of Green Smoke #99AD64

Tints of Green Smoke #99AD64

RGB

 RED value IS 153 (60.16% from 255) = 35.92%

 GREEN value IS 173 (67.97% from 255) = 40.61%

 BLUE value IS 100 (39.45% from 255) = 23.47%

R = 35.92%
G = 40.61%
B = 23.47%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#99AD64 (or 0x99AD64) is known color: Green Smoke. HEX triplet: 99, AD and 64. RGB value is (153,173,100). Sum of RGB (Red+Green+Blue) = 153+173+100=426 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.92% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 100 (39.45% from 255 or 23.47% from 426); Max value from RGB is 173 - color contains mainly: green. Hex color #99AD64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AD64 is #66529B. Grayscale: #9E9E9E. Windows color (decimal): -6705820 or 6598041. OLE color: 6598041.

HSL color Cylindrical-coordinate representation of color #99AD64: hue angle of 76.44º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #99AD64 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB 153 173 100 -
CMYK 0.12 0 0.42 0.32
HSL 76.44º 0.31% 0.54% -
HSV(B) 76.44º 0.42% 0.68% -
XYZ 30.38 37.58 17.71 -
YUV 158.7 94.87 123.94 -
System Red Green Blue C M Y K H S L
Decimal 153 173 100 0.12 0 0.42 0.32 76.44 0.31 0.54
Hex 99 AD 64 C 0 2A 20 4C 1F 36
Octal 231 255 144 14 0 52 40 114 37 66
Binary 10011001 10101101 1100100 1100 0 101010 100000 1001100 11111 110110

Color Harmonies of #99AD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AD64

Black with #99AD64

Text Example


Text Example

White with #99AD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99AD64; }

 p { color: rgb(153,173,100); }

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

background-color css

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

 a { background-color: rgb(153,173,100); }

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

border-color css

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

 span { border-color: rgb(153,173,100); }

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