#9BAF4B

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

Shades of Green Smoke #9BAF4B

Tints of Green Smoke #9BAF4B

Color information

#9BAF4B (or 0x9BAF4B) is unknown color: approx Green Smoke. HEX triplet: 9B, AF and 4B. RGB value is (155,175,75). Sum of RGB (Red+Green+Blue) = 155+175+75=405 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.27% from 405); Green value is 175 (68.75% from 255 or 43.21% from 405); Blue value is 75 (29.69% from 255 or 18.52% from 405); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAF4B is #6450B4. Grayscale: #9E9E9E. Windows color (decimal): -6574261 or 4960155. OLE color: 4960155.

HSL color Cylindrical-coordinate representation of color #9BAF4B: hue angle of 72º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9BAF4B is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB15517575-
CMYK0.1100.570.31
HSL72º40%49.02%-
HSV(B)72º57.14%68.63%-
XYZ30.1238.1412.43-
YUV157.6281.37126.13-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.27%
GREEN value IS 175 (68.75% from 255) = 43.21%
BLUE value IS 75 (29.69% from 255) = 18.52%
R=38.27%
G=43.21%
B=18.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal155175750.1100.570.31724049.02
Hex9BAF4BB0391F482831
Octal23325711313071371105061
Binary1001101110101111100101110110111001111111001000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAF4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,175,75); }

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

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

 a { background-color: rgb(155,175,75); }

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

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

 span { border-color: rgb(155,175,75); }

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