Html Css Color HEX #99AB4B Green Smoke

📋 copy color: '#99AB4B'

red 153 ◦ green 171 ◦ blue 75

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

Shades of Green Smoke #99AB4B

Tints of Green Smoke #99AB4B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.86%

 BLUE value IS 75 (29.69% from 255) = 18.8%

R = 38.35%
G = 42.86%
B = 18.8%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#99AB4B (or 0x99AB4B) is known color: Green Smoke. HEX triplet: 99, AB and 4B. RGB value is (153,171,75). Sum of RGB (Red+Green+Blue) = 153+171+75=399 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.35% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 75 (29.69% from 255 or 18.80% from 399); Max value from RGB is 171 - color contains mainly: green. Hex color #99AB4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99AB4B is #6654B4. Grayscale: #9B9B9B. Windows color (decimal): -6706357 or 4959129. OLE color: 4959129.

HSL color Cylindrical-coordinate representation of color #99AB4B: hue angle of 71.25º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #99AB4B is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 171 75 -
CMYK 0.11 0 0.56 0.33
HSL 71.25º 0.39% 0.48% -
HSV(B) 71.25º 0.56% 0.67% -
XYZ 28.97 36.41 12.16 -
YUV 154.67 83.04 126.81 -
System Red Green Blue C M Y K H S L
Decimal 153 171 75 0.11 0 0.56 0.33 71.25 0.39 0.48
Hex 99 AB 4B B 0 38 21 47 27 30
Octal 231 253 113 13 0 70 41 107 47 60
Binary 10011001 10101011 1001011 1011 0 111000 100001 1000111 100111 110000

Color Harmonies of #99AB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AB4B

Black with #99AB4B

Text Example


Text Example

White with #99AB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,171,75); }

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

background-color css

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

 a { background-color: rgb(153,171,75); }

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

border-color css

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

 span { border-color: rgb(153,171,75); }

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