Html Css Color HEX #99A348 Green Smoke

📋 copy color: '#99A348'

red 153 ◦ green 163 ◦ blue 72

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

Shades of Green Smoke #99A348

Tints of Green Smoke #99A348

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.01%

 BLUE value IS 72 (28.52% from 255) = 18.56%

R = 39.43%
G = 42.01%
B = 18.56%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#99A348 (or 0x99A348) is known color: Green Smoke. HEX triplet: 99, A3 and 48. RGB value is (153,163,72). Sum of RGB (Red+Green+Blue) = 153+163+72=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 163 (64.06% from 255 or 42.01% from 388); Blue value is 72 (28.52% from 255 or 18.56% from 388); Max value from RGB is 163 - color contains mainly: green. Hex color #99A348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99A348 is #665CB7. Grayscale: #959595. Windows color (decimal): -6708408 or 4760473. OLE color: 4760473.

HSL color Cylindrical-coordinate representation of color #99A348: hue angle of 66.59º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #99A348 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 153 163 72 -
CMYK 0.06 0 0.56 0.36
HSL 66.59º 0.39% 0.46% -
HSV(B) 66.59º 0.56% 0.64% -
XYZ 27.4 33.43 11.14 -
YUV 149.64 84.19 130.4 -
System Red Green Blue C M Y K H S L
Decimal 153 163 72 0.06 0 0.56 0.36 66.59 0.39 0.46
Hex 99 A3 48 6 0 38 24 43 27 2E
Octal 231 243 110 6 0 70 44 103 47 56
Binary 10011001 10100011 1001000 110 0 111000 100100 1000011 100111 101110

Color Harmonies of #99A348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A348

Black with #99A348

Text Example


Text Example

White with #99A348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,163,72); }

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

background-color css

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

 a { background-color: rgb(153,163,72); }

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

border-color css

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

 span { border-color: rgb(153,163,72); }

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