#9BAD69

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

Shades of Green Smoke #9BAD69

Tints of Green Smoke #9BAD69

Color information

#9BAD69 (or 0x9BAD69) is unknown color: approx Green Smoke. HEX triplet: 9B, AD and 69. RGB value is (155,173,105). Sum of RGB (Red+Green+Blue) = 155+173+105=433 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.80% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 105 (41.41% from 255 or 24.25% from 433); Max value from RGB is 173 - color contains mainly: green. Hex color #9BAD69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAD69 is #645296. Grayscale: #A0A0A0. Windows color (decimal): -6574743 or 6925723. OLE color: 6925723.

HSL color Cylindrical-coordinate representation of color #9BAD69: hue angle of 75.88º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BAD69 is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB155173105-
CMYK0.1000.390.32
HSL75.88º29.31%54.51%-
HSV(B)75.88º39.31%67.84%-
XYZ31.0137.8819.04-
YUV159.8797.04124.53-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.80%
GREEN value IS 173 (67.97% from 255) = 39.95%
BLUE value IS 105 (41.41% from 255) = 24.25%
R=35.80%
G=39.95%
B=24.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1551731050.1000.390.3275.8829.3154.51
Hex9BAD69A027204c1d37
Octal23325515112047401143567
Binary1001101110101101110100110100100111100000100110011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,173,105); }

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

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

 a { background-color: rgb(155,173,105); }

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

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

 span { border-color: rgb(155,173,105); }

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