Html Css Color HEX #9BAC5F Green Smoke

📋 copy color: '#9BAC5F'

red 155 ◦ green 172 ◦ blue 95

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

Shades of Green Smoke #9BAC5F

Tints of Green Smoke #9BAC5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.51%

R = 36.73%
G = 40.76%
B = 22.51%

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

#9BAC5F (or 0x9BAC5F) is known color: Green Smoke. HEX triplet: 9B, AC and 5F. RGB value is (155,172,95). Sum of RGB (Red+Green+Blue) = 155+172+95=422 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.73% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 95 (37.5% from 255 or 22.51% from 422); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAC5F is #6453A0. Grayscale: #9E9E9E. Windows color (decimal): -6575009 or 6270107. OLE color: 6270107.

HSL color Cylindrical-coordinate representation of color #9BAC5F: hue angle of 73.25º 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 #9BAC5F is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 155 172 95 -
CMYK 0.10 0 0.45 0.33
HSL 73.25º 0.32% 0.52% -
HSV(B) 73.25º 0.45% 0.67% -
XYZ 30.34 37.3 16.43 -
YUV 158.14 92.37 125.76 -
System Red Green Blue C M Y K H S L
Decimal 155 172 95 0.10 0 0.45 0.33 73.25 0.32 0.52
Hex 9B AC 5F A 0 2D 21 49 20 34
Octal 233 254 137 12 0 55 41 111 40 64
Binary 10011011 10101100 1011111 1010 0 101101 100001 1001001 100000 110100

Color Harmonies of #9BAC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAC5F

Black with #9BAC5F

Text Example


Text Example

White with #9BAC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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