Html Css Color HEX #9BA94F Green Smoke

📋 copy color: '#9BA94F'

red 155 ◦ green 169 ◦ blue 79

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

Shades of Green Smoke #9BA94F

Tints of Green Smoke #9BA94F

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.94%

 BLUE value IS 79 (31.25% from 255) = 19.6%

R = 38.46%
G = 41.94%
B = 19.6%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.53

 K value IS 0.34

RGB Variations

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

Color information

#9BA94F (or 0x9BA94F) is known color: Green Smoke. HEX triplet: 9B, A9 and 4F. RGB value is (155,169,79). Sum of RGB (Red+Green+Blue) = 155+169+79=403 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.46% from 403); Green value is 169 (66.41% from 255 or 41.94% from 403); Blue value is 79 (31.25% from 255 or 19.60% from 403); Max value from RGB is 169 - color contains mainly: green. Hex color #9BA94F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA94F is #6456B0. Grayscale: #9A9A9A. Windows color (decimal): -6575793 or 5220763. OLE color: 5220763.

HSL color Cylindrical-coordinate representation of color #9BA94F: hue angle of 69.33º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9BA94F is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.34.

Color convert

RGB 155 169 79 -
CMYK 0.08 0 0.53 0.34
HSL 69.33º 0.36% 0.49% -
HSV(B) 69.33º 0.53% 0.66% -
XYZ 29.12 35.91 12.79 -
YUV 154.55 85.36 128.32 -
System Red Green Blue C M Y K H S L
Decimal 155 169 79 0.08 0 0.53 0.34 69.33 0.36 0.49
Hex 9B A9 4F 8 0 35 22 45 24 31
Octal 233 251 117 10 0 65 42 105 44 61
Binary 10011011 10101001 1001111 1000 0 110101 100010 1000101 100100 110001

Color Harmonies of #9BA94F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA94F

Black with #9BA94F

Text Example


Text Example

White with #9BA94F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,169,79); }

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

background-color css

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

 a { background-color: rgb(155,169,79); }

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

border-color css

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

 span { border-color: rgb(155,169,79); }

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