Html Css Color HEX #99A462 Green Smoke

📋 copy color: '#99A462'

red 153 ◦ green 164 ◦ blue 98

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

Shades of Green Smoke #99A462

Tints of Green Smoke #99A462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 23.61%

R = 36.87%
G = 39.52%
B = 23.61%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#99A462 (or 0x99A462) is known color: Green Smoke. HEX triplet: 99, A4 and 62. RGB value is (153,164,98). Sum of RGB (Red+Green+Blue) = 153+164+98=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 164 (64.45% from 255 or 39.52% from 415); Blue value is 98 (38.67% from 255 or 23.61% from 415); Max value from RGB is 164 - color contains mainly: green. Hex color #99A462 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A462 is #665B9D. Grayscale: #999999. Windows color (decimal): -6708126 or 6464665. OLE color: 6464665.

HSL color Cylindrical-coordinate representation of color #99A462: hue angle of 70º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99A462 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 153 164 98 -
CMYK 0.07 0 0.40 0.36
HSL 70º 0.27% 0.51% -
HSV(B) 70º 0.4% 0.64% -
XYZ 28.62 34.21 16.65 -
YUV 153.19 96.86 127.87 -
System Red Green Blue C M Y K H S L
Decimal 153 164 98 0.07 0 0.40 0.36 70 0.27 0.51
Hex 99 A4 62 7 0 28 24 46 1B 33
Octal 231 244 142 7 0 50 44 106 33 63
Binary 10011001 10100100 1100010 111 0 101000 100100 1000110 11011 110011

Color Harmonies of #99A462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A462

Black with #99A462

Text Example


Text Example

White with #99A462

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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