Html Css Color HEX #9BA56B Green Smoke

📋 copy color: '#9BA56B'

red 155 ◦ green 165 ◦ blue 107

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

Shades of Green Smoke #9BA56B

Tints of Green Smoke #9BA56B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.06%

R = 36.3%
G = 38.64%
B = 25.06%

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

#9BA56B (or 0x9BA56B) is known color: Green Smoke. HEX triplet: 9B, A5 and 6B. RGB value is (155,165,107). Sum of RGB (Red+Green+Blue) = 155+165+107=427 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.30% from 427); Green value is 165 (64.84% from 255 or 38.64% from 427); Blue value is 107 (42.19% from 255 or 25.06% from 427); Max value from RGB is 165 - color contains mainly: green. Hex color #9BA56B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA56B is #645A94. Grayscale: #9B9B9B. Windows color (decimal): -6576789 or 7054747. OLE color: 7054747.

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

Color convert

RGB 155 165 107 -
CMYK 0.06 0 0.35 0.35
HSL 70.34º 0.24% 0.53% -
HSV(B) 70.34º 0.35% 0.65% -
XYZ 29.63 34.94 19.09 -
YUV 155.4 100.69 127.72 -
System Red Green Blue C M Y K H S L
Decimal 155 165 107 0.06 0 0.35 0.35 70.34 0.24 0.53
Hex 9B A5 6B 6 0 23 23 46 18 35
Octal 233 245 153 6 0 43 43 106 30 65
Binary 10011011 10100101 1101011 110 0 100011 100011 1000110 11000 110101

Color Harmonies of #9BA56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA56B

Black with #9BA56B

Text Example


Text Example

White with #9BA56B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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