Html Css Color HEX #9BAC50 Green Smoke

📋 copy color: '#9BAC50'

red 155 ◦ green 172 ◦ blue 80

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

Shades of Green Smoke #9BAC50

Tints of Green Smoke #9BAC50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.66%

R = 38.08%
G = 42.26%
B = 19.66%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#9BAC50 (or 0x9BAC50) is known color: Green Smoke. HEX triplet: 9B, AC and 50. RGB value is (155,172,80). Sum of RGB (Red+Green+Blue) = 155+172+80=407 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.08% from 407); Green value is 172 (67.58% from 255 or 42.26% from 407); Blue value is 80 (31.64% from 255 or 19.66% from 407); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAC50 is #6453AF. Grayscale: #9C9C9C. Windows color (decimal): -6575024 or 5287067. OLE color: 5287067.

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

Color convert

RGB 155 172 80 -
CMYK 0.10 0 0.53 0.33
HSL 71.09º 0.37% 0.49% -
HSV(B) 71.09º 0.53% 0.67% -
XYZ 29.72 37.05 13.18 -
YUV 156.43 84.87 126.98 -
System Red Green Blue C M Y K H S L
Decimal 155 172 80 0.10 0 0.53 0.33 71.09 0.37 0.49
Hex 9B AC 50 A 0 35 21 47 25 31
Octal 233 254 120 12 0 65 41 107 45 61
Binary 10011011 10101100 1010000 1010 0 110101 100001 1000111 100101 110001

Color Harmonies of #9BAC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAC50

Black with #9BAC50

Text Example


Text Example

White with #9BAC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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