Html Css Color HEX #9BA46B Green Smoke

📋 copy color: '#9BA46B'

red 155 ◦ green 164 ◦ blue 107

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

Shades of Green Smoke #9BA46B

Tints of Green Smoke #9BA46B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.5%

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

R = 36.38%
G = 38.5%
B = 25.12%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#9BA46B (or 0x9BA46B) is known color: Green Smoke. HEX triplet: 9B, A4 and 6B. RGB value is (155,164,107). Sum of RGB (Red+Green+Blue) = 155+164+107=426 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.38% from 426); Green value is 164 (64.45% from 255 or 38.50% from 426); Blue value is 107 (42.19% from 255 or 25.12% from 426); Max value from RGB is 164 - color contains mainly: green. Hex color #9BA46B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA46B is #645B94. Grayscale: #9B9B9B. Windows color (decimal): -6577045 or 7054491. OLE color: 7054491.

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

Color convert

RGB 155 164 107 -
CMYK 0.05 0 0.35 0.36
HSL 69.47º 0.24% 0.53% -
HSV(B) 69.47º 0.35% 0.64% -
XYZ 29.45 34.58 19.03 -
YUV 154.81 101.02 128.13 -
System Red Green Blue C M Y K H S L
Decimal 155 164 107 0.05 0 0.35 0.36 69.47 0.24 0.53
Hex 9B A4 6B 5 0 23 24 45 18 35
Octal 233 244 153 5 0 43 44 105 30 65
Binary 10011011 10100100 1101011 101 0 100011 100100 1000101 11000 110101

Color Harmonies of #9BA46B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA46B

Black with #9BA46B

Text Example


Text Example

White with #9BA46B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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