Html Css Color HEX #9BA56C Green Smoke

📋 copy color: '#9BA56C'

red 155 ◦ green 165 ◦ blue 108

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

Shades of Green Smoke #9BA56C

Tints of Green Smoke #9BA56C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.55%

 BLUE value IS 108 (42.58% from 255) = 25.23%

R = 36.21%
G = 38.55%
B = 25.23%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#9BA56C (or 0x9BA56C) is known color: Green Smoke. HEX triplet: 9B, A5 and 6C. RGB value is (155,165,108). Sum of RGB (Red+Green+Blue) = 155+165+108=428 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.21% from 428); Green value is 165 (64.84% from 255 or 38.55% from 428); Blue value is 108 (42.58% from 255 or 25.23% from 428); Max value from RGB is 165 - color contains mainly: green. Hex color #9BA56C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA56C is #645A93. Grayscale: #9B9B9B. Windows color (decimal): -6576788 or 7120283. OLE color: 7120283.

HSL color Cylindrical-coordinate representation of color #9BA56C: hue angle of 70.53º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BA56C is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB 155 165 108 -
CMYK 0.06 0 0.35 0.35
HSL 70.53º 0.24% 0.54% -
HSV(B) 70.53º 0.35% 0.65% -
XYZ 29.68 34.96 19.37 -
YUV 155.51 101.19 127.63 -
System Red Green Blue C M Y K H S L
Decimal 155 165 108 0.06 0 0.35 0.35 70.53 0.24 0.54
Hex 9B A5 6C 6 0 23 23 47 18 36
Octal 233 245 154 6 0 43 43 107 30 66
Binary 10011011 10100101 1101100 110 0 100011 100011 1000111 11000 110110

Color Harmonies of #9BA56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA56C

Black with #9BA56C

Text Example


Text Example

White with #9BA56C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,165,108); }

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

background-color css

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

 a { background-color: rgb(155,165,108); }

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

border-color css

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

 span { border-color: rgb(155,165,108); }

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