Html Css Color HEX #99A268 Green Smoke

📋 copy color: '#99A268'

red 153 ◦ green 162 ◦ blue 104

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

Shades of Green Smoke #99A268

Tints of Green Smoke #99A268

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.66%

 BLUE value IS 104 (41.02% from 255) = 24.82%

R = 36.52%
G = 38.66%
B = 24.82%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#99A268 (or 0x99A268) is known color: Green Smoke. HEX triplet: 99, A2 and 68. RGB value is (153,162,104). Sum of RGB (Red+Green+Blue) = 153+162+104=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 104 (41.02% from 255 or 24.82% from 419); Max value from RGB is 162 - color contains mainly: green. Hex color #99A268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A268 is #665D97. Grayscale: #989898. Windows color (decimal): -6708632 or 6857369. OLE color: 6857369.

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

Color convert

RGB 153 162 104 -
CMYK 0.06 0 0.36 0.36
HSL 69.31º 0.24% 0.52% -
HSV(B) 69.31º 0.36% 0.64% -
XYZ 28.56 33.61 18.08 -
YUV 152.7 100.52 128.22 -
System Red Green Blue C M Y K H S L
Decimal 153 162 104 0.06 0 0.36 0.36 69.31 0.24 0.52
Hex 99 A2 68 6 0 24 24 45 18 34
Octal 231 242 150 6 0 44 44 105 30 64
Binary 10011001 10100010 1101000 110 0 100100 100100 1000101 11000 110100

Color Harmonies of #99A268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A268

Black with #99A268

Text Example


Text Example

White with #99A268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,162,104); }

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

background-color css

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

 a { background-color: rgb(153,162,104); }

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

border-color css

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

 span { border-color: rgb(153,162,104); }

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