Html Css Color HEX #99A45C Green Smoke

📋 copy color: '#99A45C'

red 153 ◦ green 164 ◦ blue 92

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

Shades of Green Smoke #99A45C

Tints of Green Smoke #99A45C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.1%

 BLUE value IS 92 (36.33% from 255) = 22.49%

R = 37.41%
G = 40.1%
B = 22.49%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#99A45C (or 0x99A45C) is known color: Green Smoke. HEX triplet: 99, A4 and 5C. RGB value is (153,164,92). Sum of RGB (Red+Green+Blue) = 153+164+92=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 164 (64.45% from 255 or 40.10% from 409); Blue value is 92 (36.33% from 255 or 22.49% from 409); Max value from RGB is 164 - color contains mainly: green. Hex color #99A45C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A45C is #665BA3. Grayscale: #989898. Windows color (decimal): -6708132 or 6071449. OLE color: 6071449.

HSL color Cylindrical-coordinate representation of color #99A45C: hue angle of 69.17º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #99A45C is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB 153 164 92 -
CMYK 0.07 0 0.44 0.36
HSL 69.17º 0.28% 0.5% -
HSV(B) 69.17º 0.44% 0.64% -
XYZ 28.34 34.1 15.21 -
YUV 152.5 93.86 128.35 -
System Red Green Blue C M Y K H S L
Decimal 153 164 92 0.07 0 0.44 0.36 69.17 0.28 0.5
Hex 99 A4 5C 7 0 2C 24 45 1C 32
Octal 231 244 134 7 0 54 44 105 34 62
Binary 10011001 10100100 1011100 111 0 101100 100100 1000101 11100 110010

Color Harmonies of #99A45C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A45C

Black with #99A45C

Text Example


Text Example

White with #99A45C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,164,92); }

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

background-color css

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

 a { background-color: rgb(153,164,92); }

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

border-color css

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

 span { border-color: rgb(153,164,92); }

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