Html Css Color HEX #9BAC5E Green Smoke

📋 copy color: '#9BAC5E'

red 155 ◦ green 172 ◦ blue 94

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

Shades of Green Smoke #9BAC5E

Tints of Green Smoke #9BAC5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.33%

R = 36.82%
G = 40.86%
B = 22.33%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#9BAC5E (or 0x9BAC5E) is known color: Green Smoke. HEX triplet: 9B, AC and 5E. RGB value is (155,172,94). Sum of RGB (Red+Green+Blue) = 155+172+94=421 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.82% from 421); Green value is 172 (67.58% from 255 or 40.86% from 421); Blue value is 94 (37.11% from 255 or 22.33% from 421); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAC5E is #6453A1. Grayscale: #9E9E9E. Windows color (decimal): -6575010 or 6204571. OLE color: 6204571.

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

Color convert

RGB 155 172 94 -
CMYK 0.10 0 0.45 0.33
HSL 73.08º 0.32% 0.52% -
HSV(B) 73.08º 0.45% 0.67% -
XYZ 30.29 37.28 16.19 -
YUV 158.03 91.87 125.84 -
System Red Green Blue C M Y K H S L
Decimal 155 172 94 0.10 0 0.45 0.33 73.08 0.32 0.52
Hex 9B AC 5E A 0 2D 21 49 20 34
Octal 233 254 136 12 0 55 41 111 40 64
Binary 10011011 10101100 1011110 1010 0 101101 100001 1001001 100000 110100

Color Harmonies of #9BAC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAC5E

Black with #9BAC5E

Text Example


Text Example

White with #9BAC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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