Html Css Color HEX #99B150 Green Smoke

📋 copy color: '#99B150'

red 153 ◦ green 177 ◦ blue 80

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

Shades of Green Smoke #99B150

Tints of Green Smoke #99B150

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.17%

 BLUE value IS 80 (31.64% from 255) = 19.51%

R = 37.32%
G = 43.17%
B = 19.51%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#99B150 (or 0x99B150) is known color: Green Smoke. HEX triplet: 99, B1 and 50. RGB value is (153,177,80). Sum of RGB (Red+Green+Blue) = 153+177+80=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 177 (69.53% from 255 or 43.17% from 410); Blue value is 80 (31.64% from 255 or 19.51% from 410); Max value from RGB is 177 - color contains mainly: green. Hex color #99B150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99B150 is #664EAF. Grayscale: #9F9F9F. Windows color (decimal): -6704816 or 5288345. OLE color: 5288345.

HSL color Cylindrical-coordinate representation of color #99B150: hue angle of 74.85º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #99B150 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 153 177 80 -
CMYK 0.14 0 0.55 0.31
HSL 74.85º 0.38% 0.5% -
HSV(B) 74.85º 0.55% 0.69% -
XYZ 30.31 38.8 13.48 -
YUV 158.77 83.55 123.89 -
System Red Green Blue C M Y K H S L
Decimal 153 177 80 0.14 0 0.55 0.31 74.85 0.38 0.5
Hex 99 B1 50 E 0 37 1F 4B 26 32
Octal 231 261 120 16 0 67 37 113 46 62
Binary 10011001 10110001 1010000 1110 0 110111 11111 1001011 100110 110010

Color Harmonies of #99B150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B150

Black with #99B150

Text Example


Text Example

White with #99B150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,177,80); }

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

background-color css

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

 a { background-color: rgb(153,177,80); }

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

border-color css

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

 span { border-color: rgb(153,177,80); }

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