Html Css Color HEX #9BB049 Green Smoke

📋 copy color: '#9BB049'

red 155 ◦ green 176 ◦ blue 73

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

Shades of Green Smoke #9BB049

Tints of Green Smoke #9BB049

RGB

 RED value IS 155 (60.94% from 255) = 38.37%

 GREEN value IS 176 (69.14% from 255) = 43.56%

 BLUE value IS 73 (28.91% from 255) = 18.07%

R = 38.37%
G = 43.56%
B = 18.07%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#9BB049 (or 0x9BB049) is known color: Green Smoke. HEX triplet: 9B, B0 and 49. RGB value is (155,176,73). Sum of RGB (Red+Green+Blue) = 155+176+73=404 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.37% from 404); Green value is 176 (69.14% from 255 or 43.56% from 404); Blue value is 73 (28.91% from 255 or 18.07% from 404); Max value from RGB is 176 - color contains mainly: green. Hex color #9BB049 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BB049 is #644FB6. Grayscale: #9E9E9E. Windows color (decimal): -6574007 or 4829339. OLE color: 4829339.

HSL color Cylindrical-coordinate representation of color #9BB049: hue angle of 72.23º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9BB049 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 155 176 73 -
CMYK 0.12 0 0.59 0.31
HSL 72.23º 0.41% 0.49% -
HSV(B) 72.23º 0.59% 0.69% -
XYZ 30.25 38.5 12.14 -
YUV 157.98 80.04 125.88 -
System Red Green Blue C M Y K H S L
Decimal 155 176 73 0.12 0 0.59 0.31 72.23 0.41 0.49
Hex 9B B0 49 C 0 3B 1F 48 29 31
Octal 233 260 111 14 0 73 37 110 51 61
Binary 10011011 10110000 1001001 1100 0 111011 11111 1001000 101001 110001

Color Harmonies of #9BB049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB049

Black with #9BB049

Text Example


Text Example

White with #9BB049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BB049; }

 p { color: rgb(155,176,73); }

 H1.HeaderClassName
 {
   color: #9BB049;
 }
 .AnyTagClassName
 {
   color: #9BB049;
 }
</style>

background-color css

<style>
 a { background-color: #9BB049; }

 a { background-color: rgb(155,176,73); }

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

border-color css

<style>
 span { border-color: #9BB049; }

 span { border-color: rgb(155,176,73); }

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