Html Css Color HEX #9BA449 Green Smoke

📋 copy color: '#9BA449'

red 155 ◦ green 164 ◦ blue 73

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

Shades of Green Smoke #9BA449

Tints of Green Smoke #9BA449

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.84%

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

R = 39.54%
G = 41.84%
B = 18.62%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#9BA449 (or 0x9BA449) is known color: Green Smoke. HEX triplet: 9B, A4 and 49. RGB value is (155,164,73). Sum of RGB (Red+Green+Blue) = 155+164+73=392 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.54% from 392); Green value is 164 (64.45% from 255 or 41.84% from 392); Blue value is 73 (28.91% from 255 or 18.62% from 392); Max value from RGB is 164 - color contains mainly: green. Hex color #9BA449 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA449 is #645BB6. Grayscale: #979797. Windows color (decimal): -6577079 or 4826267. OLE color: 4826267.

HSL color Cylindrical-coordinate representation of color #9BA449: hue angle of 65.93º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9BA449 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB 155 164 73 -
CMYK 0.05 0 0.55 0.36
HSL 65.93º 0.38% 0.46% -
HSV(B) 65.93º 0.55% 0.64% -
XYZ 28 34 11.39 -
YUV 150.94 84.02 130.9 -
System Red Green Blue C M Y K H S L
Decimal 155 164 73 0.05 0 0.55 0.36 65.93 0.38 0.46
Hex 9B A4 49 5 0 37 24 42 26 2E
Octal 233 244 111 5 0 67 44 102 46 56
Binary 10011011 10100100 1001001 101 0 110111 100100 1000010 100110 101110

Color Harmonies of #9BA449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA449

Black with #9BA449

Text Example


Text Example

White with #9BA449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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