Html Css Color HEX #99A548 Green Smoke

📋 copy color: '#99A548'

red 153 ◦ green 165 ◦ blue 72

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

Shades of Green Smoke #99A548

Tints of Green Smoke #99A548

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.31%

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

R = 39.23%
G = 42.31%
B = 18.46%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#99A548 (or 0x99A548) is known color: Green Smoke. HEX triplet: 99, A5 and 48. RGB value is (153,165,72). Sum of RGB (Red+Green+Blue) = 153+165+72=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 165 (64.84% from 255 or 42.31% from 390); Blue value is 72 (28.52% from 255 or 18.46% from 390); Max value from RGB is 165 - color contains mainly: green. Hex color #99A548 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99A548 is #665AB7. Grayscale: #979797. Windows color (decimal): -6707896 or 4760985. OLE color: 4760985.

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

Color convert

RGB 153 165 72 -
CMYK 0.07 0 0.56 0.35
HSL 67.74º 0.39% 0.46% -
HSV(B) 67.74º 0.56% 0.65% -
XYZ 27.76 34.15 11.26 -
YUV 150.81 83.52 129.56 -
System Red Green Blue C M Y K H S L
Decimal 153 165 72 0.07 0 0.56 0.35 67.74 0.39 0.46
Hex 99 A5 48 7 0 38 23 44 27 2E
Octal 231 245 110 7 0 70 43 104 47 56
Binary 10011001 10100101 1001000 111 0 111000 100011 1000100 100111 101110

Color Harmonies of #99A548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A548

Black with #99A548

Text Example


Text Example

White with #99A548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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