Html Css Color HEX #9BA04F Green Smoke

📋 copy color: '#9BA04F'

red 155 ◦ green 160 ◦ blue 79

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

Shades of Green Smoke #9BA04F

Tints of Green Smoke #9BA04F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.61%

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

R = 39.34%
G = 40.61%
B = 20.05%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.51

 K value IS 0.37

RGB Variations

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

Color information

#9BA04F (or 0x9BA04F) is known color: Green Smoke. HEX triplet: 9B, A0 and 4F. RGB value is (155,160,79). Sum of RGB (Red+Green+Blue) = 155+160+79=394 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.34% from 394); Green value is 160 (62.89% from 255 or 40.61% from 394); Blue value is 79 (31.25% from 255 or 20.05% from 394); Max value from RGB is 160 - color contains mainly: green. Hex color #9BA04F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA04F is #645FB0. Grayscale: #959595. Windows color (decimal): -6578097 or 5218459. OLE color: 5218459.

HSL color Cylindrical-coordinate representation of color #9BA04F: hue angle of 63.7º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9BA04F is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.37.

Color convert

RGB 155 160 79 -
CMYK 0.03 0 0.51 0.37
HSL 63.7º 0.34% 0.47% -
HSV(B) 63.7º 0.51% 0.63% -
XYZ 27.5 32.67 12.25 -
YUV 149.27 88.34 132.09 -
System Red Green Blue C M Y K H S L
Decimal 155 160 79 0.03 0 0.51 0.37 63.7 0.34 0.47
Hex 9B A0 4F 3 0 33 25 40 22 2F
Octal 233 240 117 3 0 63 45 100 42 57
Binary 10011011 10100000 1001111 11 0 110011 100101 1000000 100010 101111

Color Harmonies of #9BA04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA04F

Black with #9BA04F

Text Example


Text Example

White with #9BA04F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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