#9BA348

Color #9BA348 Green Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Smoke #9BA348

Tints of Green Smoke #9BA348

Color information

#9BA348 (or 0x9BA348) is unknown color: approx Green Smoke. HEX triplet: 9B, A3 and 48. RGB value is (155,163,72). Sum of RGB (Red+Green+Blue) = 155+163+72=390 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.74% from 390); Green value is 163 (64.06% from 255 or 41.79% from 390); Blue value is 72 (28.52% from 255 or 18.46% from 390); Max value from RGB is 163 - color contains mainly: green. Hex color #9BA348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA348 is #645CB7. Grayscale: #969696. Windows color (decimal): -6577336 or 4760475. OLE color: 4760475.

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

Color convert

RGB15516372-
CMYK0.0500.560.36
HSL65.27º38.72%46.08%-
HSV(B)65.27º55.83%63.92%-
XYZ27.7833.6311.16-
YUV150.2383.85131.4-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.74%
GREEN value IS 163 (64.06% from 255) = 41.79%
BLUE value IS 72 (28.52% from 255) = 18.46%
R=39.74%
G=41.79%
B=18.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal155163720.0500.560.3665.2738.7246.08
Hex9BA34850382441272e
Octal2332431105070441014756
Binary1001101110100011100100010101110001001001000001100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,163,72); }

 H1.HeaderClassName
 {
   color: #9BA348;
 }
 .AnyTagClassName
 {
   color: #9BA348;
 }
</style>
background-color css

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

 a { background-color: rgb(155,163,72); }

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

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

 span { border-color: rgb(155,163,72); }

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