Html Css Color HEX #9BAC4A Green Smoke

📋 copy color: '#9BAC4A'

red 155 ◦ green 172 ◦ blue 74

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

Shades of Green Smoke #9BAC4A

Tints of Green Smoke #9BAC4A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.89%

 BLUE value IS 74 (29.3% from 255) = 18.45%

R = 38.65%
G = 42.89%
B = 18.45%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#9BAC4A (or 0x9BAC4A) is known color: Green Smoke. HEX triplet: 9B, AC and 4A. RGB value is (155,172,74). Sum of RGB (Red+Green+Blue) = 155+172+74=401 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.65% from 401); Green value is 172 (67.58% from 255 or 42.89% from 401); Blue value is 74 (29.30% from 255 or 18.45% from 401); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAC4A is #6453B5. Grayscale: #9C9C9C. Windows color (decimal): -6575030 or 4893851. OLE color: 4893851.

HSL color Cylindrical-coordinate representation of color #9BAC4A: hue angle of 70.41º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9BAC4A is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 155 172 74 -
CMYK 0.10 0 0.57 0.33
HSL 70.41º 0.4% 0.48% -
HSV(B) 70.41º 0.57% 0.67% -
XYZ 29.51 36.97 12.06 -
YUV 155.75 81.87 127.47 -
System Red Green Blue C M Y K H S L
Decimal 155 172 74 0.10 0 0.57 0.33 70.41 0.4 0.48
Hex 9B AC 4A A 0 39 21 46 28 30
Octal 233 254 112 12 0 71 41 106 50 60
Binary 10011011 10101100 1001010 1010 0 111001 100001 1000110 101000 110000

Color Harmonies of #9BAC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAC4A

Black with #9BAC4A

Text Example


Text Example

White with #9BAC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,172,74); }

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

background-color css

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

 a { background-color: rgb(155,172,74); }

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

border-color css

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

 span { border-color: rgb(155,172,74); }

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